Skip to content

Commit 818bc0f

Browse files
committed
update pom to 0.9.0
1 parent 07e75fb commit 818bc0f

File tree

22 files changed

+25
-25
lines changed

22 files changed

+25
-25
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.8.0</version>
25+
<version>0.9.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
@@ -77,4 +77,4 @@ AZKABAN_ADRESS_PORT=8081
7777
QUALITIS_ADRESS_IP=127.0.0.1
7878
QUALITIS_ADRESS_PORT=8090
7979

80-
DSS_VERSION=0.8.0
80+
DSS_VERSION=0.9.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.8.0</version>
25+
<version>0.9.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.8.0</dss.version>
9+
<dss.version>0.9.0</dss.version>
1010
<linkis.version>0.9.4</linkis.version>
1111
<scala.version>2.11.8</scala.version>
1212
<jdk.compile.version>1.8</jdk.compile.version>

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.8.0</dss.version>
9+
<dss.version>0.9.0</dss.version>
1010
<linkis.version>0.9.4</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.8.0</version>
25+
<version>0.9.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.8.0</version>
25+
<version>0.9.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.8.0</version>
25+
<version>0.9.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>dss-appjoint-loader</artifactId>
30-
<version>0.8.0</version>
30+
<version>0.9.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.8.0</version>
26+
<version>0.9.0</version>
2727
</parent>
2828
<artifactId>dss-application</artifactId>
2929

dss-azkaban-scheduler-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.8.0</version>
25+
<version>0.9.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

0 commit comments

Comments
 (0)