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:54 UTC

[kyuubi-shaded] branch branch-0.1 updated (3d6a786 -> 6e5652a)

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

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


    from 3d6a786  [KYUUBI-SHADED #8] Use Curator 2.12 w/ Zookeeper 3.4
     add 0607b16  [KYUUBI-SHADED #5] Surgical for ZOOKEEPER-3779 to allow ZK 3.4 client work on JDK 17
     add a9ddfe6  [KYUUBI-SHADED #11] [KYUUBI-SHADED #8][FOLLOWUP] Correct curator version in NOTICE
     add 12bc606  [KYUUBI-SHADED #10] Zookeeper 3.6 requires snappy classes to bootstrap
     add e472d7a  [KYUUBI-SHADED #12] Pin flatten-maven-plugin 1.5.0
     add fc69f88  [KYUUBI-SHADED #9] Add scripts for Apache release
     add 9ecf893  [KYUUBI-SHADED #13] Exclude Netty from Zookeeper 3.6
     new 3d9a106  Bump 0.1.0
     new 6e5652a  Bump 0.1.1-SNAPSHOT

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev/reformat => .gitattributes                     |  13 +-
 LICENSE                                            | 201 +++++++++++++++++++++
 NOTICE                                             |   7 +
 build/release/create-package.sh                    |  73 ++++++++
 build/release/release.sh                           | 123 +++++++++++++
 build/release/script/announce.sh                   |  68 +++++++
 build/release/script/dev_kyuubi_vote.sh            | 116 ++++++++++++
 .../release/tmpl/dev_kyuubi_cancel_vote.tmpl       |  14 +-
 .../tmpl/dev_kyuubi_vote_result.tmpl}              |  47 ++---
 kyuubi-shaded-force-shading/pom.xml                |   2 +-
 .../kyuubi-shaded-zookeeper-34/pom.xml             |   2 +-
 .../zookeeper/client/StaticHostProvider.java       |   3 +-
 .../src/main/resources/META-INF/NOTICE             |   8 +-
 .../kyuubi-shaded-zookeeper-36/pom.xml             |  13 +-
 .../src/main/resources/META-INF/NOTICE             |  10 +-
 kyuubi-shaded-zookeeper-parent/pom.xml             |   6 +-
 pom.xml                                            |   9 +-
 17 files changed, 665 insertions(+), 50 deletions(-)
 copy dev/reformat => .gitattributes (85%)
 mode change 100755 => 100644
 create mode 100644 LICENSE
 create mode 100644 NOTICE
 create mode 100755 build/release/create-package.sh
 create mode 100755 build/release/release.sh
 create mode 100755 build/release/script/announce.sh
 create mode 100755 build/release/script/dev_kyuubi_vote.sh
 copy dev/reformat => build/release/tmpl/dev_kyuubi_cancel_vote.tmpl (68%)
 mode change 100755 => 100644
 copy build/{util.sh => release/tmpl/dev_kyuubi_vote_result.tmpl} (63%)
 mode change 100755 => 100644


[kyuubi-shaded] 01/02: Bump 0.1.0

Posted by ch...@apache.org.
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>


[kyuubi-shaded] 02/02: Bump 0.1.1-SNAPSHOT

Posted by ch...@apache.org.
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 6e5652acd35b12b7ae433ae4fb0c70d4c995ec12
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Thu May 18 15:00:42 2023 +0800

    Bump 0.1.1-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 33e09a8..bdc79fa 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</version>
+        <version>0.1.1-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 298b5b2..35334d1 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</version>
+        <version>0.1.1-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 0051cbb..93bd439 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</version>
+        <version>0.1.1-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 0df732c..40564fb 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</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-shaded-zookeeper-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index aacd715..daf86ac 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</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <url>https://kyuubi.apache.org/</url>