Skip to content

Commit

Permalink
Upgrade the version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanmeng committed Nov 9, 2021
1 parent 4b086b6 commit 36343ec
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions client-spark/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<parent>
<artifactId>rss-main</artifactId>
<groupId>com.tencent.rss</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>rss-client-spark-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client-spark/spark2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-client-spark2</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client-spark/spark3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<artifactId>rss-main</artifactId>
<groupId>com.tencent.rss</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-client-spark3</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-client</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>rss-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration-test/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-integration-common-test</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<artifactId>rss-main</artifactId>
<groupId>com.tencent.rss</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-integration-spark-common-test</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/spark3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<artifactId>rss-main</artifactId>
<groupId>com.tencent.rss</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-integration-spark3-test</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions internal-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<groupId>com.tencent.rss</groupId>
<artifactId>rss-internal-client</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>Remote Shuffle Service Project Parent POM</name>
<description>Remote Shuffle Service Project</description>
Expand Down
2 changes: 1 addition & 1 deletion proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>rss-main</artifactId>
<groupId>com.tencent.rss</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>rss-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tencent.rss</groupId>
<artifactId>rss-main</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 36343ec

Please sign in to comment.