Skip to content

Commit 56f3de0

Browse files
committedMay 28, 2024
Bump project version to 0.9.0
1 parent ae9f8eb commit 56f3de0

File tree

26 files changed

+35
-35
lines changed

26 files changed

+35
-35
lines changed
 

‎cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>uniffle-parent</artifactId>
2525
<groupId>org.apache.uniffle</groupId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

‎client-mr/core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<artifactId>uniffle-parent</artifactId>
2424
<groupId>org.apache.uniffle</groupId>
25-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>org.apache.uniffle</groupId>
3030
<artifactId>rss-client-mr</artifactId>
31-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Client (MapReduce)</name>
3434

‎client-mr/hadoop2.8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>hadoop2.8-shim</artifactId>

‎client-mr/hadoop3.2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>hadoop3.2-shim</artifactId>

‎client-spark/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<artifactId>uniffle-parent</artifactId>
2626
<groupId>org.apache.uniffle</groupId>
27-
<version>0.9.0-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>rss-client-spark-common</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Client (Spark Common)</name>
3535

‎client-spark/spark2-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.uniffle</groupId>
2424
<artifactId>uniffle-parent</artifactId>
25-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

‎client-spark/spark2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

‎client-spark/spark3-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.uniffle</groupId>
2424
<artifactId>uniffle-parent</artifactId>
25-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

‎client-spark/spark3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>uniffle-parent</artifactId>
2525
<groupId>org.apache.uniffle</groupId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

‎client-tez/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<artifactId>uniffle-parent</artifactId>
2525
<groupId>org.apache.uniffle</groupId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.uniffle</groupId>
3131
<artifactId>rss-client-tez</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Client (Tez)</name>
3535

‎client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<groupId>org.apache.uniffle</groupId>
3030
<artifactId>rss-client</artifactId>
31-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Client</name>
3434

‎common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.uniffle</groupId>
2323
<artifactId>uniffle-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

‎coordinator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

‎dashboard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>uniffle-parent</artifactId>
2323
<groupId>org.apache.uniffle</groupId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
</parent>
2626

2727
<artifactId>dashboard</artifactId>

‎deploy/kubernetes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.uniffle</groupId>
2323
<artifactId>uniffle-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

‎integration-test/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.uniffle</groupId>
3131
<artifactId>rss-integration-common-test</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Integration Test (Common)</name>
3535

‎integration-test/mr/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<artifactId>uniffle-parent</artifactId>
2323
<groupId>org.apache.uniffle</groupId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<groupId>org.apache.uniffle</groupId>
3030
<artifactId>rss-integration-mr-test</artifactId>
31-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Integration Test (MapReduce)</name>
3434

‎integration-test/spark-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<artifactId>uniffle-parent</artifactId>
2424
<groupId>org.apache.uniffle</groupId>
25-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<groupId>org.apache.uniffle</groupId>
3131
<artifactId>rss-integration-spark-common-test</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
32+
<version>0.9.0</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Integration Test (Spark Common)</name>
3535

‎integration-test/spark2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>uniffle-parent</artifactId>
2424
<groupId>org.apache.uniffle</groupId>
25-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

‎integration-test/spark3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>uniffle-parent</artifactId>
2424
<groupId>org.apache.uniffle</groupId>
25-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

‎integration-test/tez/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<artifactId>uniffle-parent</artifactId>
2323
<groupId>org.apache.uniffle</groupId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<groupId>org.apache.uniffle</groupId>
3030
<artifactId>rss-integration-tez-test</artifactId>
31-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Integration Test (Tez)</name>
3434

‎internal-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<groupId>org.apache.uniffle</groupId>
3030
<artifactId>rss-internal-client</artifactId>
31-
<version>0.9.0-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Internal Client</name>
3434

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<packaging>pom</packaging>
2828
<name>Apache Uniffle</name>
2929
<description>A high performance, general purpose Remote Shuffle Service.</description>

‎proto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>uniffle-parent</artifactId>
2323
<groupId>org.apache.uniffle</groupId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
</parent>
2626

2727
<artifactId>rss-proto</artifactId>

‎server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

‎storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uniffle</groupId>
2525
<artifactId>uniffle-parent</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)