change version to 0.7.1 release
Signed-off-by: jiafu zhang <jiafu.zhang@intel.com>
diff --git a/client-mr/pom.xml b/client-mr/pom.xml
index 8ae4da1..1e81f08 100644
--- a/client-mr/pom.xml
+++ b/client-mr/pom.xml
@@ -22,13 +22,13 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-mr</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (MapReduce)</name>
diff --git a/client-spark/common/pom.xml b/client-spark/common/pom.xml
index c78c853..4486007 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>rss-client-spark-common</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 21dba23..fd91e89 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-spark2</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 4bcecc5..61fc6d6 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-spark3</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Spark 3)</name>
diff --git a/client/pom.xml b/client/pom.xml
index 9203702..f5c7407 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client</name>
diff --git a/common/pom.xml b/common/pom.xml
index 9658fc0..d728bf3 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index 774f9a5..8493f43 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml
index a0e49b6..70e7c72 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index 0340f4e..fdd909b 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-common-test</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 b8c37a4..85526c7 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-mr-test</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 182f4b3..d12b8a3 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</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.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 76599e4..c617430 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-spark2-test</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 a5bc0c3..55e85d4 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-spark3-test</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Spark 3)</name>
diff --git a/internal-client/pom.xml b/internal-client/pom.xml
index 51cd806..eaa046d 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>rss-internal-client</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Internal Client</name>
diff --git a/pom.xml b/pom.xml
index 8d4ff01..fc2a63b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</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 6a0745c..c4b7413 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
</parent>
<artifactId>rss-proto</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index afe0ba0..3686c49 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storage/pom.xml b/storage/pom.xml
index ea764a0..904331e 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.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>