From abf2026816ffd707e2c353420749892ff3f01f3f Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Sun, 6 Mar 2022 22:21:45 +0800 Subject: [PATCH] [KYUUBI #2045] Preparing v1.6.0-SNAPSHOT ### _Why are the changes needed?_ Preparing v1.6.0-SNAPSHOT with branch-1.5 cut ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2045 from yaooqinn/pv. Closes #2045 6a506a8f [Kent Yao] Preparing v1.6.0-SNAPSHOT Authored-by: Kent Yao Signed-off-by: Kent Yao --- 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 4e82d0997..f844944b0 100644 --- a/dev/kyuubi-codecov/pom.xml +++ b/dev/kyuubi-codecov/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/dev/kyuubi-extension-spark-3-1/pom.xml b/dev/kyuubi-extension-spark-3-1/pom.xml index 8a1b5b8d4..5e6802b7f 100644 --- a/dev/kyuubi-extension-spark-3-1/pom.xml +++ b/dev/kyuubi-extension-spark-3-1/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/dev/kyuubi-extension-spark-3-2/pom.xml b/dev/kyuubi-extension-spark-3-2/pom.xml index 7acfa7442..eef21ae55 100644 --- a/dev/kyuubi-extension-spark-3-2/pom.xml +++ b/dev/kyuubi-extension-spark-3-2/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/dev/kyuubi-extension-spark-common/pom.xml b/dev/kyuubi-extension-spark-common/pom.xml index 89ddb6cf1..af8298178 100644 --- a/dev/kyuubi-extension-spark-common/pom.xml +++ b/dev/kyuubi-extension-spark-common/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml index 85ad7e7d1..0873b6402 100644 --- a/dev/kyuubi-tpcds/pom.xml +++ b/dev/kyuubi-tpcds/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml index e900af7f4..fc21c7feb 100644 --- a/externals/kyuubi-download/pom.xml +++ b/externals/kyuubi-download/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/externals/kyuubi-flink-sql-engine/pom.xml b/externals/kyuubi-flink-sql-engine/pom.xml index 1bac8688d..940e3526e 100644 --- a/externals/kyuubi-flink-sql-engine/pom.xml +++ b/externals/kyuubi-flink-sql-engine/pom.xml @@ -22,7 +22,7 @@ kyuubi-parent org.apache.kyuubi - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml index ac75990dd..c30d78eba 100644 --- a/externals/kyuubi-spark-sql-engine/pom.xml +++ b/externals/kyuubi-spark-sql-engine/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/externals/kyuubi-trino-engine/pom.xml b/externals/kyuubi-trino-engine/pom.xml index 0452b3896..5fa0d9ca9 100644 --- a/externals/kyuubi-trino-engine/pom.xml +++ b/externals/kyuubi-trino-engine/pom.xml @@ -22,7 +22,7 @@ kyuubi-parent org.apache.kyuubi - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration-tests/kyuubi-flink-it/pom.xml b/integration-tests/kyuubi-flink-it/pom.xml index d1d172f1e..9530cb052 100644 --- a/integration-tests/kyuubi-flink-it/pom.xml +++ b/integration-tests/kyuubi-flink-it/pom.xml @@ -22,7 +22,7 @@ integration-tests org.apache.kyuubi - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml b/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml index bfa2c4252..1d67beeea 100644 --- a/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml +++ b/integration-tests/kyuubi-kubernetes-deployment-it/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi integration-tests - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 22bf52fa5..3f0358a85 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ kyuubi-parent org.apache.kyuubi - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index d3ce8f798..9eee0c0b4 100644 --- a/kyuubi-assembly/pom.xml +++ b/kyuubi-assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../pom.xml diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index b1efef10e..68d3efc50 100644 --- a/kyuubi-common/pom.xml +++ b/kyuubi-common/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml index 99d2ae0cc..c1235c645 100644 --- a/kyuubi-ctl/pom.xml +++ b/kyuubi-ctl/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml index e038fed17..174013911 100644 --- a/kyuubi-ha/pom.xml +++ b/kyuubi-ha/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../pom.xml 4.0.0 diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml index d900fd021..63e3f049e 100644 --- a/kyuubi-hive-beeline/pom.xml +++ b/kyuubi-hive-beeline/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml index 22e9b8e1b..886432646 100644 --- a/kyuubi-hive-jdbc-shaded/pom.xml +++ b/kyuubi-hive-jdbc-shaded/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index 0fdd98aa3..5f70cea9b 100644 --- a/kyuubi-hive-jdbc/pom.xml +++ b/kyuubi-hive-jdbc/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml index 2768c48d7..55606ba55 100644 --- a/kyuubi-metrics/pom.xml +++ b/kyuubi-metrics/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-server-plugin/pom.xml b/kyuubi-server-plugin/pom.xml index 5e891678c..bb70f398d 100644 --- a/kyuubi-server-plugin/pom.xml +++ b/kyuubi-server-plugin/pom.xml @@ -22,7 +22,7 @@ kyuubi-parent org.apache.kyuubi - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index fc6a6e335..106cf0ed1 100644 --- a/kyuubi-server/pom.xml +++ b/kyuubi-server/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml index 88c3089a7..dc83edb83 100644 --- a/kyuubi-zookeeper/pom.xml +++ b/kyuubi-zookeeper/pom.xml @@ -22,7 +22,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 5bad86497..6676718b3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom Kyuubi Project Parent diff --git a/tools/spark-block-cleaner/pom.xml b/tools/spark-block-cleaner/pom.xml index 24b18cd93..20fb622c0 100644 --- a/tools/spark-block-cleaner/pom.xml +++ b/tools/spark-block-cleaner/pom.xml @@ -21,7 +21,7 @@ org.apache.kyuubi kyuubi-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ../../pom.xml 4.0.0