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 07:00:55 UTC

[kyuubi-shaded] 01/02: Bump 0.1.0

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

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

commit 3d9a106850bf3970ae04ef3d53443c39c71d1173
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Thu May 18 15:00:16 2023 +0800

    Bump 0.1.0
---
 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..33e09a8 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.1.0</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..298b5b2 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.1.0</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..0051cbb 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.1.0</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..0df732c 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.1.0</version>
     </parent>
 
     <artifactId>kyuubi-shaded-zookeeper-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 28ed26d..aacd715 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.1.0</version>
     <packaging>pom</packaging>
 
     <url>https://kyuubi.apache.org/</url>