You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2021/10/15 08:21:10 UTC

[incubator-kyuubi] branch branch-1.3 updated (b31ce17 -> 30f5dad)

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

ulyssesyou pushed a change to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git.


    from b31ce17  Revert "[KYUUBI #1176] InvalidACL appears in the engine when zookeeper acl is turned on"
     add ddfd035  [RELEASE] Bump 1.3.1-incubating
     new 30f5dad  [RELEASE] Bump 1.3.2-SNAPSHOT

The 1 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/kyuubi-codecov/pom.xml                | 2 +-
 dev/kyuubi-extension-spark-3-1/pom.xml    | 2 +-
 dev/kyuubi-tpcds/pom.xml                  | 2 +-
 externals/kyuubi-download/pom.xml         | 2 +-
 externals/kyuubi-spark-monitor/pom.xml    | 2 +-
 externals/kyuubi-spark-sql-engine/pom.xml | 2 +-
 kubernetes/integration-tests/pom.xml      | 2 +-
 kyuubi-assembly/pom.xml                   | 2 +-
 kyuubi-common/pom.xml                     | 2 +-
 kyuubi-ctl/pom.xml                        | 2 +-
 kyuubi-ha/pom.xml                         | 2 +-
 kyuubi-hive-jdbc/pom.xml                  | 2 +-
 kyuubi-metrics/pom.xml                    | 2 +-
 kyuubi-server/pom.xml                     | 2 +-
 kyuubi-zookeeper/pom.xml                  | 2 +-
 pom.xml                                   | 2 +-
 tools/spark-block-cleaner/pom.xml         | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

[incubator-kyuubi] 01/01: [RELEASE] Bump 1.3.2-SNAPSHOT

Posted by ul...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git

commit 30f5dad6e043393a41024aabbb23675793ec52f5
Author: ulysses-you <ul...@apache.org>
AuthorDate: Fri Oct 15 16:20:47 2021 +0800

    [RELEASE] Bump 1.3.2-SNAPSHOT
---
 dev/kyuubi-codecov/pom.xml                | 2 +-
 dev/kyuubi-extension-spark-3-1/pom.xml    | 2 +-
 dev/kyuubi-tpcds/pom.xml                  | 2 +-
 externals/kyuubi-download/pom.xml         | 2 +-
 externals/kyuubi-spark-monitor/pom.xml    | 2 +-
 externals/kyuubi-spark-sql-engine/pom.xml | 2 +-
 kubernetes/integration-tests/pom.xml      | 2 +-
 kyuubi-assembly/pom.xml                   | 2 +-
 kyuubi-common/pom.xml                     | 2 +-
 kyuubi-ctl/pom.xml                        | 2 +-
 kyuubi-ha/pom.xml                         | 2 +-
 kyuubi-hive-jdbc/pom.xml                  | 2 +-
 kyuubi-metrics/pom.xml                    | 2 +-
 kyuubi-server/pom.xml                     | 2 +-
 kyuubi-zookeeper/pom.xml                  | 2 +-
 pom.xml                                   | 2 +-
 tools/spark-block-cleaner/pom.xml         | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml
index c27def2..3422e19 100644
--- a/dev/kyuubi-codecov/pom.xml
+++ b/dev/kyuubi-codecov/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dev/kyuubi-extension-spark-3-1/pom.xml b/dev/kyuubi-extension-spark-3-1/pom.xml
index ad04ab7..85603a7 100644
--- a/dev/kyuubi-extension-spark-3-1/pom.xml
+++ b/dev/kyuubi-extension-spark-3-1/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml
index 67da275..64d6ff8 100644
--- a/dev/kyuubi-tpcds/pom.xml
+++ b/dev/kyuubi-tpcds/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml
index 3b58a2a..fe87c0f 100644
--- a/externals/kyuubi-download/pom.xml
+++ b/externals/kyuubi-download/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/externals/kyuubi-spark-monitor/pom.xml b/externals/kyuubi-spark-monitor/pom.xml
index 958d973..02c30c5 100644
--- a/externals/kyuubi-spark-monitor/pom.xml
+++ b/externals/kyuubi-spark-monitor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml
index d4938aa..efa5979 100644
--- a/externals/kyuubi-spark-sql-engine/pom.xml
+++ b/externals/kyuubi-spark-sql-engine/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kubernetes/integration-tests/pom.xml b/kubernetes/integration-tests/pom.xml
index 08e5fd7..3197797 100644
--- a/kubernetes/integration-tests/pom.xml
+++ b/kubernetes/integration-tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml
index 6d05ef2..7a2f113 100644
--- a/kyuubi-assembly/pom.xml
+++ b/kyuubi-assembly/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml
index 6b977d5..0d7084a 100644
--- a/kyuubi-common/pom.xml
+++ b/kyuubi-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml
index edf1159..627d2dc 100644
--- a/kyuubi-ctl/pom.xml
+++ b/kyuubi-ctl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml
index 9b5d463..728ff44 100644
--- a/kyuubi-ha/pom.xml
+++ b/kyuubi-ha/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml
index 1c7c3d4..76e7679 100644
--- a/kyuubi-hive-jdbc/pom.xml
+++ b/kyuubi-hive-jdbc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml
index c3e1f3b..5e1830a 100644
--- a/kyuubi-metrics/pom.xml
+++ b/kyuubi-metrics/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml
index 8c3dcc4..feeb1a5 100644
--- a/kyuubi-server/pom.xml
+++ b/kyuubi-server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml
index 224100d..c20783b 100644
--- a/kyuubi-zookeeper/pom.xml
+++ b/kyuubi-zookeeper/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 81de541..b1a1cf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.kyuubi</groupId>
     <artifactId>kyuubi-parent</artifactId>
-    <version>1.3.1-incubating</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Kyuubi Project Parent</name>
diff --git a/tools/spark-block-cleaner/pom.xml b/tools/spark-block-cleaner/pom.xml
index b4f2000..641ed4f 100644
--- a/tools/spark-block-cleaner/pom.xml
+++ b/tools/spark-block-cleaner/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.3.1-incubating</version>
+        <version>1.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>