You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/18 13:11:46 UTC

[kyuubi-shaded] branch master updated: Bump 0.2.0-SNAPSHOT

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 027270d  Bump 0.2.0-SNAPSHOT
027270d is described below

commit 027270df993da53739ef313205e4f0ae66018153
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Thu May 18 21:11:36 2023 +0800

    Bump 0.2.0-SNAPSHOT
---
 kyuubi-shaded-force-shading/pom.xml                               | 2 +-
 kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml | 2 +-
 kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml | 2 +-
 kyuubi-shaded-zookeeper-parent/pom.xml                            | 2 +-
 pom.xml                                                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kyuubi-shaded-force-shading/pom.xml b/kyuubi-shaded-force-shading/pom.xml
index c88a89b..8d284c6 100644
--- a/kyuubi-shaded-force-shading/pom.xml
+++ b/kyuubi-shaded-force-shading/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-shaded-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-shaded-force-shading</artifactId>
diff --git a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml
index 3afbcb0..c80baf5 100644
--- a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml
+++ b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-34/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-shaded-zookeeper-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-shaded-zookeeper-34</artifactId>
diff --git a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml
index c169f9b..de0b35e 100644
--- a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml
+++ b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-shaded-zookeeper-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-shaded-zookeeper-36</artifactId>
diff --git a/kyuubi-shaded-zookeeper-parent/pom.xml b/kyuubi-shaded-zookeeper-parent/pom.xml
index 4f0d94f..1a238e8 100644
--- a/kyuubi-shaded-zookeeper-parent/pom.xml
+++ b/kyuubi-shaded-zookeeper-parent/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-shaded-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-shaded-zookeeper-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 28ed26d..bf77b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.kyuubi</groupId>
     <artifactId>kyuubi-shaded-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <url>https://kyuubi.apache.org/</url>