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 2023/02/16 07:41:21 UTC

[incubator-uniffle] branch master updated: [#611] chore: update project version to 0.8.0-SNAPSHOT (#609)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c49ed98d [#611] chore: update project version to 0.8.0-SNAPSHOT (#609)
c49ed98d is described below

commit c49ed98dcf87b60ce3f84ace6206e4168f8217b3
Author: Junfan Zhang <zu...@apache.org>
AuthorDate: Thu Feb 16 15:41:17 2023 +0800

    [#611] chore: update project version to 0.8.0-SNAPSHOT (#609)
    
    ### What changes were proposed in this pull request?
    
    Update version to 0.8.0-SNAPSHOT
    
    ### Why are the changes needed?
    
    For next release
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Don't need
---
 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 54c23e54..5648970d 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.0-snapshot</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.uniffle</groupId>
     <artifactId>rss-client-mr</artifactId>
-    <version>0.7.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</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 77a08cfa..41a6222e 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.0-snapshot</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>rss-client-spark-common</artifactId>
-    <version>0.7.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</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 661625e0..20e9d531 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>rss-client-spark2</artifactId>
-  <version>0.7.0-snapshot</version>
+  <version>0.8.0-SNAPSHOT</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 3e50b284..5860d6c8 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.0-snapshot</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.uniffle</groupId>
     <artifactId>rss-client-spark3</artifactId>
-    <version>0.7.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Apache Uniffle Client (Spark 3)</name>
 
diff --git a/client/pom.xml b/client/pom.xml
index cf504dd2..527bad78 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>rss-client</artifactId>
-  <version>0.7.0-snapshot</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Apache Uniffle Client</name>
 
diff --git a/common/pom.xml b/common/pom.xml
index 60a2418e..6078c377 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index a09be370..d50f3cbe 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/deploy/kubernetes/pom.xml b/deploy/kubernetes/pom.xml
index c45ddfe6..b2f745b7 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index 150dc84c..37b7eb6e 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.0-snapshot</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.uniffle</groupId>
     <artifactId>rss-integration-common-test</artifactId>
-    <version>0.7.0-snapshot</version>
+    <version>0.8.0-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 71bdf151..05597902 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.0-snapshot</version>
+        <version>0.8.0-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.7.0-snapshot</version>
+    <version>0.8.0-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 fd4ed7a8..78a5e888 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.0-snapshot</version>
+    <version>0.8.0-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.7.0-snapshot</version>
+  <version>0.8.0-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 8f1d6c6f..f91ccd52 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</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.0-snapshot</version>
+  <version>0.8.0-SNAPSHOT</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 364c01d2..f9c05d59 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.0-snapshot</version>
+        <version>0.8.0-SNAPSHOT</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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</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 274f0bbd..cb6d8e3b 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>rss-internal-client</artifactId>
-  <version>0.7.0-snapshot</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Apache Uniffle Internal Client</name>
 
diff --git a/pom.xml b/pom.xml
index 0fb2ebc3..84597b6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.apache.uniffle</groupId>
   <artifactId>uniffle-parent</artifactId>
-  <version>0.7.0-snapshot</version>
+  <version>0.8.0-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 ca74f4a2..1d3ff9a0 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>rss-proto</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index 1a9cc8da..582aee83 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/storage/pom.xml b/storage/pom.xml
index 84e0dd49..39f99b02 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.0-snapshot</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>