This is an automated email from the ASF dual-hosted git repository.
xianjingfeng pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 69846d233 Bump project version to 0.8.0
69846d233 is described below
commit 69846d233f74c5e188a04bf403aea7f3ba52754c
Author: xianjingfeng <[email protected]>
AuthorDate: Thu Sep 14 17:36:23 2023 +0800
Bump project version to 0.8.0
---
cli/pom.xml | 2 +-
client-mr/core/pom.xml | 4 ++--
client-mr/hadoop2.8/pom.xml | 2 +-
client-mr/hadoop3.2/pom.xml | 2 +-
client-spark/common/pom.xml | 4 ++--
client-spark/spark2/pom.xml | 4 ++--
client-spark/spark3/pom.xml | 4 ++--
client-tez/pom.xml | 4 ++--
client/pom.xml | 4 ++--
common/pom.xml | 2 +-
coordinator/pom.xml | 2 +-
deploy/kubernetes/pom.xml | 2 +-
integration-test/common/pom.xml | 4 ++--
integration-test/mr/pom.xml | 4 ++--
integration-test/spark-common/pom.xml | 4 ++--
integration-test/spark2/pom.xml | 4 ++--
integration-test/spark3/pom.xml | 4 ++--
integration-test/tez/pom.xml | 4 ++--
internal-client/pom.xml | 4 ++--
pom.xml | 2 +-
proto/pom.xml | 2 +-
server/pom.xml | 2 +-
storage/pom.xml | 2 +-
23 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 8914df73c..507595181 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/client-mr/core/pom.xml b/client-mr/core/pom.xml
index 316462d8a..c5a9906d6 100644
--- a/client-mr/core/pom.xml
+++ b/client-mr/core/pom.xml
@@ -22,13 +22,13 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-mr</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (MapReduce)</name>
diff --git a/client-mr/hadoop2.8/pom.xml b/client-mr/hadoop2.8/pom.xml
index 243866870..dc5b93826 100644
--- a/client-mr/hadoop2.8/pom.xml
+++ b/client-mr/hadoop2.8/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hadoop2.8-shim</artifactId>
diff --git a/client-mr/hadoop3.2/pom.xml b/client-mr/hadoop3.2/pom.xml
index 56d058f3d..a1a8e934c 100644
--- a/client-mr/hadoop3.2/pom.xml
+++ b/client-mr/hadoop3.2/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hadoop3.2-shim</artifactId>
diff --git a/client-spark/common/pom.xml b/client-spark/common/pom.xml
index 41a6222ee..302c7fe61 100644
--- a/client-spark/common/pom.xml
+++ b/client-spark/common/pom.xml
@@ -24,12 +24,12 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>rss-client-spark-common</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Spark Common)</name>
diff --git a/client-spark/spark2/pom.xml b/client-spark/spark2/pom.xml
index 0b25cbf17..b24438272 100644
--- a/client-spark/spark2/pom.xml
+++ b/client-spark/spark2/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-spark2</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Spark 2)</name>
diff --git a/client-spark/spark3/pom.xml b/client-spark/spark3/pom.xml
index 73558dec1..fba4786f3 100644
--- a/client-spark/spark3/pom.xml
+++ b/client-spark/spark3/pom.xml
@@ -23,13 +23,13 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-spark3</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Spark 3)</name>
diff --git a/client-tez/pom.xml b/client-tez/pom.xml
index 916d30f6d..d31a8283b 100644
--- a/client-tez/pom.xml
+++ b/client-tez/pom.xml
@@ -23,13 +23,13 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-tez</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Tez)</name>
diff --git a/client/pom.xml b/client/pom.xml
index cc3bceb2d..3b3997239 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client</name>
diff --git a/common/pom.xml b/common/pom.xml
index 9e2a1b576..5d00b4665 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index e5abe9a37..4b76f20a2 100644
--- a/coordinator/pom.xml
+++ b/coordinator/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml
index 808a04bf5..97baab97c 100644
--- a/deploy/kubernetes/pom.xml
+++ b/deploy/kubernetes/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index 78975bd49..a0b9a7048 100644
--- a/integration-test/common/pom.xml
+++ b/integration-test/common/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-common-test</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Common)</name>
diff --git a/integration-test/mr/pom.xml b/integration-test/mr/pom.xml
index 91e2cf792..431fc82ee 100644
--- a/integration-test/mr/pom.xml
+++ b/integration-test/mr/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-mr-test</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (MapReduce)</name>
diff --git a/integration-test/spark-common/pom.xml
b/integration-test/spark-common/pom.xml
index 77b9496ad..53d34e963 100644
--- a/integration-test/spark-common/pom.xml
+++ b/integration-test/spark-common/pom.xml
@@ -22,14 +22,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-spark-common-test</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Spark Common)</name>
diff --git a/integration-test/spark2/pom.xml b/integration-test/spark2/pom.xml
index f91ccd527..5db551e32 100644
--- a/integration-test/spark2/pom.xml
+++ b/integration-test/spark2/pom.xml
@@ -22,14 +22,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-spark2-test</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Spark 2)</name>
diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml
index c72f6d861..b3fcd2991 100644
--- a/integration-test/spark3/pom.xml
+++ b/integration-test/spark3/pom.xml
@@ -22,14 +22,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-spark3-test</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Spark 3)</name>
diff --git a/integration-test/tez/pom.xml b/integration-test/tez/pom.xml
index 47a8b33ea..730d022dc 100644
--- a/integration-test/tez/pom.xml
+++ b/integration-test/tez/pom.xml
@@ -21,14 +21,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-tez-test</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Tez)</name>
diff --git a/internal-client/pom.xml b/internal-client/pom.xml
index cb6d8e3b0..0c79b0e20 100644
--- a/internal-client/pom.xml
+++ b/internal-client/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-internal-client</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>jar</packaging>
<name>Apache Uniffle Internal Client</name>
diff --git a/pom.xml b/pom.xml
index 257bface7..c650a2cef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<packaging>pom</packaging>
<name>Apache Uniffle</name>
<description>A high performance, general purpose Remote Shuffle
Service.</description>
diff --git a/proto/pom.xml b/proto/pom.xml
index 1d3ff9a0d..e806c9147 100644
--- a/proto/pom.xml
+++ b/proto/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</parent>
<artifactId>rss-proto</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index 89aa7c453..e5d2fa484 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storage/pom.xml b/storage/pom.xml
index abf0cffe2..fcc1db13e 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>