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 1ef0b372d Bump project version to 0.8.1-SNAPSHOT (#1372)
1ef0b372d is described below
commit 1ef0b372da1532e64ac6f77a7faf83c1a0d93839
Author: xianjingfeng <[email protected]>
AuthorDate: Fri Dec 15 11:05:32 2023 +0800
Bump project version to 0.8.1-SNAPSHOT (#1372)
### What changes were proposed in this pull request?
bump project version to 0.8.1-SNAPSHOT
### Why are the changes needed?
Prepare for 0.8.1
### Does this PR introduce any user-facing change?
No.
### How was this patch tested?
No need
---
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-shaded/pom.xml | 2 +-
client-spark/spark2/pom.xml | 2 +-
client-spark/spark3-shaded/pom.xml | 2 +-
client-spark/spark3/pom.xml | 2 +-
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 | 2 +-
integration-test/spark3/pom.xml | 2 +-
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 +-
25 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 507595181..2a801a711 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</version>
+ <version>0.8.1-SNAPSHOT</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 223bea2d7..12000efa0 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-mr</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</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 dc5b93826..21402424f 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</version>
+ <version>0.8.1-SNAPSHOT</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 a1a8e934c..f7f320d5f 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</version>
+ <version>0.8.1-SNAPSHOT</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 302c7fe61..2012e282e 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>rss-client-spark-common</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Spark Common)</name>
diff --git a/client-spark/spark2-shaded/pom.xml
b/client-spark/spark2-shaded/pom.xml
index 2b3214582..5a4bc804f 100644
--- a/client-spark/spark2-shaded/pom.xml
+++ b/client-spark/spark2-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/client-spark/spark2/pom.xml b/client-spark/spark2/pom.xml
index 62ecce27c..7d5a870d5 100644
--- a/client-spark/spark2/pom.xml
+++ b/client-spark/spark2/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/client-spark/spark3-shaded/pom.xml
b/client-spark/spark3-shaded/pom.xml
index a6dc02f5b..ecf35d98d 100644
--- a/client-spark/spark3-shaded/pom.xml
+++ b/client-spark/spark3-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/client-spark/spark3/pom.xml b/client-spark/spark3/pom.xml
index bfacbdc8d..0e9d07fbc 100644
--- a/client-spark/spark3/pom.xml
+++ b/client-spark/spark3/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/client-tez/pom.xml b/client-tez/pom.xml
index 09364005a..f7e1e6b93 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-tez</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Tez)</name>
diff --git a/client/pom.xml b/client/pom.xml
index 3b3997239..3c63c31e7 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</version>
+ <version>0.8.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client</name>
diff --git a/common/pom.xml b/common/pom.xml
index 5d00b4665..93773d03a 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index 4b76f20a2..139c2a537 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml
index 97baab97c..4a9c45934 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index a0b9a7048..e1cc09312 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-common-test</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</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 457c67ce1..6f9b2f690 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</version>
+ <version>0.8.1-SNAPSHOT</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</version>
+ <version>0.8.1-SNAPSHOT</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 385dbee3b..bd9f9a780 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</version>
+ <version>0.8.1-SNAPSHOT</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</version>
+ <version>0.8.1-SNAPSHOT</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 83d0d5ef4..3b3d7939f 100644
--- a/integration-test/spark2/pom.xml
+++ b/integration-test/spark2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml
index 1a6bf1ef4..fa4e44eed 100644
--- a/integration-test/spark3/pom.xml
+++ b/integration-test/spark3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-test/tez/pom.xml b/integration-test/tez/pom.xml
index 0d6e4fbd8..427925606 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</version>
+ <version>0.8.1-SNAPSHOT</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</version>
+ <version>0.8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Tez)</name>
diff --git a/internal-client/pom.xml b/internal-client/pom.xml
index 0c79b0e20..a5306a641 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</version>
+ <version>0.8.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-internal-client</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Uniffle Internal Client</name>
diff --git a/pom.xml b/pom.xml
index 710480f55..ce8470647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.8.0</version>
+ <version>0.8.1-SNAPSHOT</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 e806c9147..47aa0dbb0 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</version>
+ <version>0.8.1-SNAPSHOT</version>
</parent>
<artifactId>rss-proto</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index 3be108c91..98f764e42 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storage/pom.xml b/storage/pom.xml
index fcc1db13e..76e7180d8 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</version>
+ <version>0.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>