Skip to content

Commit 33b2acd

Browse files
committed
Switch the master version to 0.6.0
1 parent 7ca015b commit 33b2acd

File tree

23 files changed

+26
-26
lines changed

23 files changed

+26
-26
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>dss</artifactId>
2424
<groupId>com.webank.wedatasphere.dss</groupId>
25-
<version>0.5.0</version>
25+
<version>0.6.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

conf/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ AZKABAN_ADRESS_PORT=8091
7272
QUALITIS_ADRESS_IP=127.0.0.1
7373
QUALITIS_ADRESS_PORT=8090
7474

75-
DSS_VERSION=0.5.0
75+
DSS_VERSION=0.6.0

datachecker-appjoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>dss</artifactId>
2424
<groupId>com.webank.wedatasphere.dss</groupId>
25-
<version>0.5.0</version>
25+
<version>0.6.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

docs/en_US/ch1/DataSphereStudio_Compile_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```xml
88
<properties>
9-
<dss.version>0.5.0</dss.version>
9+
<dss.version>0.6.0</dss.version>
1010
<linkis.version>0.9.1</linkis.version>
1111
<scala.version>2.11.8</scala.version>
1212
<jdk.compile.version>1.8</jdk.compile.version>

docs/en_US/ch2/Azkaban_LinkisJobType_Deployment_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33

44
## 1. Ready work
5-
1.Click [release](https://github.com/WeBankFinTech/DataSphereStudio/releases/download/0.5.0/linkis-jobtype-0.5.0.zip) to select the corresponding installation package to download:
5+
1.Click [release](https://github.com/WeBankFinTech/DataSphereStudio/releases/download/0.6.0/linkis-jobtype-0.6.0.zip) to select the corresponding installation package to download:
66

77
- linkis-jobtype-$version.zip
88

docs/zh_CN/ch1/DSS编译文档.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```xml
88
<properties>
9-
<dss.version>0.5.0</dss.version>
9+
<dss.version>0.6.0</dss.version>
1010
<linkis.version>0.9.1</linkis.version>
1111
<scala.version>2.11.8</scala.version>
1212
<jdk.compile.version>1.8</jdk.compile.version>

dss-appjoint-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>dss</artifactId>
2424
<groupId>com.webank.wedatasphere.dss</groupId>
25-
<version>0.5.0</version>
25+
<version>0.6.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

dss-appjoint-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>dss</artifactId>
2424
<groupId>com.webank.wedatasphere.dss</groupId>
25-
<version>0.5.0</version>
25+
<version>0.6.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

dss-appjoint-loader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<artifactId>dss</artifactId>
2424
<groupId>com.webank.wedatasphere.dss</groupId>
25-
<version>0.5.0</version>
25+
<version>0.6.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>dss-appjoint-loader</artifactId>
30-
<version>0.5.0</version>
30+
<version>0.6.0</version>
3131

3232
<dependencies>
3333
<dependency>

dss-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>dss</artifactId>
2525
<groupId>com.webank.wedatasphere.dss</groupId>
26-
<version>0.5.0</version>
26+
<version>0.6.0</version>
2727
</parent>
2828
<artifactId>dss-application</artifactId>
2929

0 commit comments

Comments
 (0)