You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by fc...@apache.org on 2022/04/14 03:32:57 UTC

[incubator-kyuubi] tag 1.5.1-incubating-rc0 created (now 84fb1c084)

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

fchen pushed a change to tag 1.5.1-incubating-rc0
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


      at 84fb1c084 (commit)
This tag includes the following new commits:

     new 84fb1c084 [RELEASE] Bump 1.5.1-incubating

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.



[incubator-kyuubi] 01/01: [RELEASE] Bump 1.5.1-incubating

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

fchen pushed a commit to tag 1.5.1-incubating-rc0
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git

commit 84fb1c084a030a31e4766187818a0f2cb73b24cc
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Thu Apr 14 10:31:58 2022 +0800

    [RELEASE] Bump 1.5.1-incubating
---
 dev/kyuubi-codecov/pom.xml                                | 2 +-
 dev/kyuubi-extension-spark-3-1/pom.xml                    | 2 +-
 dev/kyuubi-extension-spark-3-2/pom.xml                    | 2 +-
 dev/kyuubi-extension-spark-common/pom.xml                 | 2 +-
 dev/kyuubi-tpcds/pom.xml                                  | 2 +-
 externals/kyuubi-download/pom.xml                         | 2 +-
 externals/kyuubi-flink-sql-engine/pom.xml                 | 2 +-
 externals/kyuubi-spark-sql-engine/pom.xml                 | 2 +-
 externals/kyuubi-trino-engine/pom.xml                     | 2 +-
 integration-tests/kyuubi-flink-it/pom.xml                 | 2 +-
 integration-tests/kyuubi-kubernetes-deployment-it/pom.xml | 2 +-
 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-beeline/pom.xml                               | 2 +-
 kyuubi-hive-jdbc-shaded/pom.xml                           | 2 +-
 kyuubi-hive-jdbc/pom.xml                                  | 2 +-
 kyuubi-metrics/pom.xml                                    | 2 +-
 kyuubi-server-plugin/pom.xml                              | 2 +-
 kyuubi-server/pom.xml                                     | 2 +-
 kyuubi-zookeeper/pom.xml                                  | 2 +-
 pom.xml                                                   | 2 +-
 tools/spark-block-cleaner/pom.xml                         | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml
index 2645e3a9b..c6d1e90a8 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</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 44952b6ec..586884669 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dev/kyuubi-extension-spark-3-2/pom.xml b/dev/kyuubi-extension-spark-3-2/pom.xml
index 0cbf6cd01..1f1dcf608 100644
--- a/dev/kyuubi-extension-spark-3-2/pom.xml
+++ b/dev/kyuubi-extension-spark-3-2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dev/kyuubi-extension-spark-common/pom.xml b/dev/kyuubi-extension-spark-common/pom.xml
index d623c530f..2e8dd5920 100644
--- a/dev/kyuubi-extension-spark-common/pom.xml
+++ b/dev/kyuubi-extension-spark-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</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 8044a7c39..bea9f47bd 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</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 5b7c1f1db..f0c32af20 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/externals/kyuubi-flink-sql-engine/pom.xml b/externals/kyuubi-flink-sql-engine/pom.xml
index df539342c..8e929ecf2 100644
--- a/externals/kyuubi-flink-sql-engine/pom.xml
+++ b/externals/kyuubi-flink-sql-engine/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kyuubi-parent</artifactId>
         <groupId>org.apache.kyuubi</groupId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</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 4d3fa1439..3c146a0b6 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/externals/kyuubi-trino-engine/pom.xml b/externals/kyuubi-trino-engine/pom.xml
index 57c8996da..6b4b1774a 100644
--- a/externals/kyuubi-trino-engine/pom.xml
+++ b/externals/kyuubi-trino-engine/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kyuubi-parent</artifactId>
         <groupId>org.apache.kyuubi</groupId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/kyuubi-flink-it/pom.xml b/integration-tests/kyuubi-flink-it/pom.xml
index 14b293978..56ea9c8c9 100644
--- a/integration-tests/kyuubi-flink-it/pom.xml
+++ b/integration-tests/kyuubi-flink-it/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>integration-tests</artifactId>
         <groupId>org.apache.kyuubi</groupId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml b/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml
index 3870d2101..1f3c4f8c3 100644
--- a/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml
+++ b/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>integration-tests</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index e9c3d6226..d3bef6592 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kyuubi-parent</artifactId>
         <groupId>org.apache.kyuubi</groupId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml
index 1e2cebe43..b6c636b51 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml
index 59cb928f4..40cb45220 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml
index 37781b072..6a74d5525 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml
index b8ec8c0be..5efa706d3 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml
index ce760b206..9ed1d096a 100644
--- a/kyuubi-hive-beeline/pom.xml
+++ b/kyuubi-hive-beeline/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml
index 461a01f3b..5670fd971 100644
--- a/kyuubi-hive-jdbc-shaded/pom.xml
+++ b/kyuubi-hive-jdbc-shaded/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml
index 81c51f6a3..ecd8552fb 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml
index 15867195d..ecda1f292 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-server-plugin/pom.xml b/kyuubi-server-plugin/pom.xml
index 9cbf13530..ed1e58374 100644
--- a/kyuubi-server-plugin/pom.xml
+++ b/kyuubi-server-plugin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kyuubi-parent</artifactId>
         <groupId>org.apache.kyuubi</groupId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml
index e655f1193..3f3633fe9 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml
index d88d4d8c4..bc8b684e9 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 3f08c4880..cfbf42291 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.kyuubi</groupId>
     <artifactId>kyuubi-parent</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.1-incubating</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 5f534fa61..13fd0926f 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.5.1-SNAPSHOT</version>
+        <version>1.5.1-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>