linkis icon indicating copy to clipboard operation
linkis copied to clipboard

[Feature] Prepare for version 1.2.0, need to upgrade the version number

Open casionone opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Problem Description

linkis-1.2.0 is ready, need to upgrade the version number The main changes are as follows:

mvn -N install 

1. mvn versions:set -DnewVersion=1.2.0 

# modify ./ pom.xml  
2. set   <linkis.version>1.2.0 </linkis.version>

# modify  web/.env   
3. set VUE_APP_VERSION=1.2.0

# modify linkis-dist/deploy-config/linkis-env.sh 
4. set  LINKIS_VERSION=1.2.0

#org.apache.linkis.engineplugin.spark.config.SparkConfiguration#DEFAULT_SPARK_JAR_NAME
5. set default value linkis-engineconn-core-1.2.0.jar

# modify  linkis-computation-governance/linkis-jdbc-driver/pom.xml  
6 set   <linkis.version>1.2.0 </linkis.version>

# modify  linkis-computation-governance/linkis-engineconn/linkis-clustered-engineconn/linkis-streaming-engineconn/pom.xml
7 set   <linkis.version>1.2.0 </linkis.version>


Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

casionone avatar Aug 03 '22 08:08 casionone

:blush: Welcome to the Apache Linkis (incubating) community!! We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

WeChat Group:

image Mailing Lists:

name description Subscribe Unsubscribe archive
[email protected] community activity information subscribe unsubscribe archive

github-actions[bot] avatar Aug 03 '22 08:08 github-actions[bot]