Skip to content

Commit 83d9ba1

Browse files
committed
Bump project version to 0.9.1
1 parent 19fdc29 commit 83d9ba1

File tree

26 files changed

+35
-35
lines changed

26 files changed

+35
-35
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

client-mr/core/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
25+
<version>0.9.1</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.1-SNAPSHOT</version>
31+
<version>0.9.1</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Client (MapReduce)</name>
3434

client-mr/hadoop2.8/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>hadoop2.8-shim</artifactId>

client-mr/hadoop3.2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>hadoop3.2-shim</artifactId>

client-spark/common/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
27+
<version>0.9.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030

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

client-spark/spark2-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>0.9.1</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

client-spark/spark2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

client-spark/spark3-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>0.9.1</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

client-spark/spark3/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

client-tez/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
26+
<version>0.9.1</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.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Client (Tez)</name>
3535

client/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

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

common/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

coordinator/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

dashboard/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
</parent>
2626

2727
<artifactId>dashboard</artifactId>

deploy/kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

integration-test/common/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
26+
<version>0.9.1</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.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Integration Test (Common)</name>
3535

integration-test/mr/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
24+
<version>0.9.1</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.1-SNAPSHOT</version>
31+
<version>0.9.1</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Integration Test (MapReduce)</name>
3434

integration-test/spark-common/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
25+
<version>0.9.1</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.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333
<packaging>jar</packaging>
3434
<name>Apache Uniffle Integration Test (Spark Common)</name>
3535

integration-test/spark2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>0.9.1</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

integration-test/spark3/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>0.9.1</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

integration-test/tez/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
24+
<version>0.9.1</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.1-SNAPSHOT</version>
31+
<version>0.9.1</version>
3232
<packaging>jar</packaging>
3333
<name>Apache Uniffle Integration Test (Tez)</name>
3434

internal-client/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<packaging>pom</packaging>
2828
<name>Apache Uniffle</name>
2929
<description>A high performance, general purpose Remote Shuffle Service.</description>

proto/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
</parent>
2626

2727
<artifactId>rss-proto</artifactId>

server/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

storage/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)