You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ck...@apache.org on 2022/11/28 11:41:50 UTC

[incubator-uniffle] branch branch-0.6 updated: Bump project version to 0.6.1

This is an automated email from the ASF dual-hosted git repository.

ckj pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new 753f7b30 Bump project version to 0.6.1
753f7b30 is described below

commit 753f7b3044f35042f5a0718127f9148db80accbb
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Mon Nov 28 19:41:39 2022 +0800

    Bump project version to 0.6.1
---
 client-mr/pom.xml                     | 4 ++--
 client-spark/common/pom.xml           | 4 ++--
 client-spark/spark2/pom.xml           | 4 ++--
 client-spark/spark3/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 ++--
 internal-client/pom.xml               | 4 ++--
 pom.xml                               | 2 +-
 proto/pom.xml                         | 2 +-
 server/pom.xml                        | 2 +-
 storage/pom.xml                       | 2 +-
 18 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/client-mr/pom.xml b/client-mr/pom.xml
index 8a33b92f..402d34df 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.6.0</version>
+        <version>0.6.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.uniffle</groupId>
     <artifactId>rss-client-mr</artifactId>
-    <version>0.6.0</version>
+    <version>0.6.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 acf91f40..2dce086a 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.6.0</version>
+        <version>0.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>rss-client-spark-common</artifactId>
-    <version>0.6.0</version>
+    <version>0.6.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 06f53097..7a2b54c1 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.6.0</version>
+    <version>0.6.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>rss-client-spark2</artifactId>
-  <version>0.6.0</version>
+  <version>0.6.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 fa7e6365..30ffb62b 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.6.0</version>
+        <version>0.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.uniffle</groupId>
     <artifactId>rss-client-spark3</artifactId>
-    <version>0.6.0</version>
+    <version>0.6.1</version>
     <packaging>jar</packaging>
     <name>Apache Uniffle Client (Spark 3)</name>
 
diff --git a/client/pom.xml b/client/pom.xml
index d32a6ce8..c092e2f1 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.6.0</version>
+    <version>0.6.1</version>
   </parent>
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>rss-client</artifactId>
-  <version>0.6.0</version>
+  <version>0.6.1</version>
   <packaging>jar</packaging>
   <name>Apache Uniffle Client</name>
 
diff --git a/common/pom.xml b/common/pom.xml
index e7c9a045..cd4fce8f 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.6.0</version>
+    <version>0.6.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index a543c2d4..8f18cec0 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.6.0</version>
+    <version>0.6.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml
index 1bc5ea65..3a0dfa1f 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.6.0</version>
+    <version>0.6.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index 1ae731cb..b625ab98 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.6.0</version>
+        <version>0.6.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.uniffle</groupId>
     <artifactId>rss-integration-common-test</artifactId>
-    <version>0.6.0</version>
+    <version>0.6.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 88755d29..b22970ed 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.6.0</version>
+        <version>0.6.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.6.0</version>
+    <version>0.6.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 0dc76a3b..9eef34e2 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.6.0</version>
+    <version>0.6.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.6.0</version>
+  <version>0.6.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 1db0ef9f..20e24470 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.6.0</version>
+    <version>0.6.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.6.0</version>
+  <version>0.6.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 6b04af12..84586340 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.6.0</version>
+        <version>0.6.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.6.0</version>
+    <version>0.6.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 e68daf1d..f0b69964 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.6.0</version>
+    <version>0.6.1</version>
   </parent>
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>rss-internal-client</artifactId>
-  <version>0.6.0</version>
+  <version>0.6.1</version>
   <packaging>jar</packaging>
   <name>Apache Uniffle Internal Client</name>
 
diff --git a/pom.xml b/pom.xml
index a697b7f3..972cc0ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>uniffle-parent</artifactId>
-  <version>0.6.0</version>
+  <version>0.6.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 7755696e..19fe6652 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.6.0</version>
+    <version>0.6.1</version>
   </parent>
 
   <artifactId>rss-proto</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index b4bbd54f..351990f5 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.6.0</version>
+    <version>0.6.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/storage/pom.xml b/storage/pom.xml
index e73e6222..2abb0f08 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.6.0</version>
+    <version>0.6.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>