This is an automated email from the ASF dual-hosted git repository. csy pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
commit 5e085473c0960af29632c95b0549816743b44bf5 Author: sychen <[email protected]> AuthorDate: Fri Oct 21 11:31:19 2022 +0800 [RELEASE] Bump 1.6.1-incubating --- dev/kyuubi-codecov/pom.xml | 2 +- dev/kyuubi-tpcds/pom.xml | 2 +- extensions/server/kyuubi-server-plugin/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-3-1/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-3-2/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-3-3/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-common/pom.xml | 2 +- extensions/spark/kyuubi-spark-authz/pom.xml | 2 +- extensions/spark/kyuubi-spark-connector-common/pom.xml | 2 +- extensions/spark/kyuubi-spark-connector-kudu/pom.xml | 2 +- extensions/spark/kyuubi-spark-connector-tpcds/pom.xml | 2 +- extensions/spark/kyuubi-spark-connector-tpch/pom.xml | 2 +- externals/kyuubi-download/pom.xml | 2 +- externals/kyuubi-flink-sql-engine/pom.xml | 2 +- externals/kyuubi-hive-sql-engine/pom.xml | 2 +- externals/kyuubi-jdbc-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-hive-it/pom.xml | 2 +- integration-tests/kyuubi-jdbc-it/pom.xml | 2 +- integration-tests/kyuubi-kubernetes-it/pom.xml | 2 +- integration-tests/kyuubi-trino-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-events/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-rest-client/pom.xml | 2 +- kyuubi-server/pom.xml | 2 +- kyuubi-zookeeper/pom.xml | 2 +- pom.xml | 2 +- tools/spark-block-cleaner/pom.xml | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml index c116c797d..a11db3437 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.6.1-SNAPSHOT</version> + <version>1.6.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 700e69ae2..dd67c0127 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/server/kyuubi-server-plugin/pom.xml b/extensions/server/kyuubi-server-plugin/pom.xml index afa8eed25..c4ac72afb 100644 --- a/extensions/server/kyuubi-server-plugin/pom.xml +++ b/extensions/server/kyuubi-server-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>kyuubi-parent</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-extension-spark-3-1/pom.xml b/extensions/spark/kyuubi-extension-spark-3-1/pom.xml index 9e058c83b..de5acef2a 100644 --- a/extensions/spark/kyuubi-extension-spark-3-1/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-1/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-extension-spark-3-2/pom.xml b/extensions/spark/kyuubi-extension-spark-3-2/pom.xml index 8fced60d1..7baa8556c 100644 --- a/extensions/spark/kyuubi-extension-spark-3-2/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-2/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-extension-spark-3-3/pom.xml b/extensions/spark/kyuubi-extension-spark-3-3/pom.xml index 7ec0c3a64..ade021311 100644 --- a/extensions/spark/kyuubi-extension-spark-3-3/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-3/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-extension-spark-common/pom.xml b/extensions/spark/kyuubi-extension-spark-common/pom.xml index a70b5d5d5..e844072f6 100644 --- a/extensions/spark/kyuubi-extension-spark-common/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-spark-authz/pom.xml b/extensions/spark/kyuubi-spark-authz/pom.xml index 093806ba3..9d66467ce 100644 --- a/extensions/spark/kyuubi-spark-authz/pom.xml +++ b/extensions/spark/kyuubi-spark-authz/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>kyuubi-parent</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-connector-common/pom.xml b/extensions/spark/kyuubi-spark-connector-common/pom.xml index 44f33128d..072238b58 100644 --- a/extensions/spark/kyuubi-spark-connector-common/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-spark-connector-kudu/pom.xml b/extensions/spark/kyuubi-spark-connector-kudu/pom.xml index 7ccc606dd..0b5ab0c35 100644 --- a/extensions/spark/kyuubi-spark-connector-kudu/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-kudu/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml b/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml index 173c2b277..15aefaf75 100644 --- a/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/extensions/spark/kyuubi-spark-connector-tpch/pom.xml b/extensions/spark/kyuubi-spark-connector-tpch/pom.xml index 5b5d8cec7..9d4ea0cc4 100644 --- a/extensions/spark/kyuubi-spark-connector-tpch/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-tpch/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.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 0decd59f7..d3eb290e3 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.6.1-SNAPSHOT</version> + <version>1.6.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 a0a6032a6..0682ee5ef 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/externals/kyuubi-hive-sql-engine/pom.xml b/externals/kyuubi-hive-sql-engine/pom.xml index b560daa9b..a9acb5f94 100644 --- a/externals/kyuubi-hive-sql-engine/pom.xml +++ b/externals/kyuubi-hive-sql-engine/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>kyuubi-parent</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/externals/kyuubi-jdbc-engine/pom.xml b/externals/kyuubi-jdbc-engine/pom.xml index d3e2d6d07..e2a572ff1 100644 --- a/externals/kyuubi-jdbc-engine/pom.xml +++ b/externals/kyuubi-jdbc-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kyuubi-parent</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.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 6b5f0c414..cf664bc69 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.6.1-SNAPSHOT</version> + <version>1.6.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 2695f1edd..15047454a 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.6.1-SNAPSHOT</version> + <version>1.6.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 7a3d1912e..38f71bdb9 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/kyuubi-hive-it/pom.xml b/integration-tests/kyuubi-hive-it/pom.xml index b789cfbda..9919f9506 100644 --- a/integration-tests/kyuubi-hive-it/pom.xml +++ b/integration-tests/kyuubi-hive-it/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/kyuubi-jdbc-it/pom.xml b/integration-tests/kyuubi-jdbc-it/pom.xml index b2a9958db..982383328 100644 --- a/integration-tests/kyuubi-jdbc-it/pom.xml +++ b/integration-tests/kyuubi-jdbc-it/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/kyuubi-kubernetes-it/pom.xml b/integration-tests/kyuubi-kubernetes-it/pom.xml index 3ea00cba0..4ed509b57 100644 --- a/integration-tests/kyuubi-kubernetes-it/pom.xml +++ b/integration-tests/kyuubi-kubernetes-it/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/kyuubi-trino-it/pom.xml b/integration-tests/kyuubi-trino-it/pom.xml index d0a1fa474..b69378b0b 100644 --- a/integration-tests/kyuubi-trino-it/pom.xml +++ b/integration-tests/kyuubi-trino-it/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>integration-tests</artifactId> <groupId>org.apache.kyuubi</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.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 615eed1cf..fadc9ccec 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index a552dc08b..62a912a41 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index e25cb440d..8cf920a71 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.6.1-SNAPSHOT</version> + <version>1.6.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 5b371d9aa..2f7fcf774 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-events/pom.xml b/kyuubi-events/pom.xml index 4f332c1e8..f49b4b96a 100644 --- a/kyuubi-events/pom.xml +++ b/kyuubi-events/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.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 a05d05d61..4d7ebec69 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.6.1-SNAPSHOT</version> + <version>1.6.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 8b15734b4..d029c934e 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.6.1-SNAPSHOT</version> + <version>1.6.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 173214973..067deff7d 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index 7e2c185c6..d1558cee4 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml index 083b4236c..55331b13a 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-rest-client/pom.xml b/kyuubi-rest-client/pom.xml index 957ace9d5..268b5fbb4 100644 --- a/kyuubi-rest-client/pom.xml +++ b/kyuubi-rest-client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index 446016f96..053be13a0 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml index 0ede2c292..201415f0b 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 9acbf0062..5d7094072 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.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 2384d1ac9..857c7624e 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.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
