This is an automated email from the ASF dual-hosted git repository. fchen pushed a commit to branch branch-1.9 in repository https://gitbox.apache.org/repos/asf/kyuubi.git
commit 29a56df5f30cf36b7a14b35858748b8e825ad90e Author: Fu Chen <[email protected]> AuthorDate: Thu Jul 18 23:36:02 2024 +0800 [RELEASE] Bump 1.9.2 --- 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-2/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-3-3/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-3-4/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-3-5/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-common/pom.xml | 2 +- extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml | 2 +- extensions/spark/kyuubi-spark-authz-shaded/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-hive/pom.xml | 2 +- extensions/spark/kyuubi-spark-connector-tpcds/pom.xml | 2 +- extensions/spark/kyuubi-spark-connector-tpch/pom.xml | 2 +- extensions/spark/kyuubi-spark-lineage/pom.xml | 2 +- externals/kyuubi-chat-engine/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-gluten-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/kyuubi-zookeeper-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-server/web-ui/package-lock.json | 2 +- kyuubi-server/web-ui/package.json | 2 +- kyuubi-util-scala/pom.xml | 2 +- kyuubi-util/pom.xml | 2 +- kyuubi-zookeeper/pom.xml | 2 +- pom.xml | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml index e0ce61fa2..13c00ca91 100644 --- a/dev/kyuubi-codecov/pom.xml +++ b/dev/kyuubi-codecov/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml index 2c4ea8a8e..8c924795c 100644 --- a/dev/kyuubi-tpcds/pom.xml +++ b/dev/kyuubi-tpcds/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/extensions/server/kyuubi-server-plugin/pom.xml b/extensions/server/kyuubi-server-plugin/pom.xml index 32a732150..212abc82a 100644 --- a/extensions/server/kyuubi-server-plugin/pom.xml +++ b/extensions/server/kyuubi-server-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-3-2/pom.xml b/extensions/spark/kyuubi-extension-spark-3-2/pom.xml index 218236df0..4edb6f9da 100644 --- a/extensions/spark/kyuubi-extension-spark-3-2/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-3-3/pom.xml b/extensions/spark/kyuubi-extension-spark-3-3/pom.xml index 681a8d2a1..44ab02afd 100644 --- a/extensions/spark/kyuubi-extension-spark-3-3/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-3/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-3-4/pom.xml b/extensions/spark/kyuubi-extension-spark-3-4/pom.xml index c5ea9f6a6..2aa1f05f7 100644 --- a/extensions/spark/kyuubi-extension-spark-3-4/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-4/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-3-5/pom.xml b/extensions/spark/kyuubi-extension-spark-3-5/pom.xml index 2ca070976..606bc4971 100644 --- a/extensions/spark/kyuubi-extension-spark-3-5/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-5/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-common/pom.xml b/extensions/spark/kyuubi-extension-spark-common/pom.xml index 3ecd85c2b..f429e1a5b 100644 --- a/extensions/spark/kyuubi-extension-spark-common/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml b/extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml index e8a5a905b..203ff2a31 100644 --- a/extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-jdbc-dialect/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-authz-shaded/pom.xml b/extensions/spark/kyuubi-spark-authz-shaded/pom.xml index 7dcd496d0..309499297 100644 --- a/extensions/spark/kyuubi-spark-authz-shaded/pom.xml +++ b/extensions/spark/kyuubi-spark-authz-shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-authz/pom.xml b/extensions/spark/kyuubi-spark-authz/pom.xml index e47b46a58..638c75ddb 100644 --- a/extensions/spark/kyuubi-spark-authz/pom.xml +++ b/extensions/spark/kyuubi-spark-authz/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</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 ae2ae4fa9..0d5633419 100644 --- a/extensions/spark/kyuubi-spark-connector-common/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-connector-hive/pom.xml b/extensions/spark/kyuubi-spark-connector-hive/pom.xml index fc0bd89ad..3c00a68a3 100644 --- a/extensions/spark/kyuubi-spark-connector-hive/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-hive/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml b/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml index 86b6d6690..d479036ad 100644 --- a/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-tpcds/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-connector-tpch/pom.xml b/extensions/spark/kyuubi-spark-connector-tpch/pom.xml index 29f0a5945..8912a858a 100644 --- a/extensions/spark/kyuubi-spark-connector-tpch/pom.xml +++ b/extensions/spark/kyuubi-spark-connector-tpch/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-spark-lineage/pom.xml b/extensions/spark/kyuubi-spark-lineage/pom.xml index 1068867da..c01fc2bb8 100644 --- a/extensions/spark/kyuubi-spark-lineage/pom.xml +++ b/extensions/spark/kyuubi-spark-lineage/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-chat-engine/pom.xml b/externals/kyuubi-chat-engine/pom.xml index 540087384..b0143bf3c 100644 --- a/externals/kyuubi-chat-engine/pom.xml +++ b/externals/kyuubi-chat-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml index 3fa1b20cd..14688a44e 100644 --- a/externals/kyuubi-download/pom.xml +++ b/externals/kyuubi-download/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-flink-sql-engine/pom.xml b/externals/kyuubi-flink-sql-engine/pom.xml index 18577e3e3..7b203d0f5 100644 --- a/externals/kyuubi-flink-sql-engine/pom.xml +++ b/externals/kyuubi-flink-sql-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-hive-sql-engine/pom.xml b/externals/kyuubi-hive-sql-engine/pom.xml index b5d67d1b8..b0835ee2e 100644 --- a/externals/kyuubi-hive-sql-engine/pom.xml +++ b/externals/kyuubi-hive-sql-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-jdbc-engine/pom.xml b/externals/kyuubi-jdbc-engine/pom.xml index 69ccf6751..06270d1a7 100644 --- a/externals/kyuubi-jdbc-engine/pom.xml +++ b/externals/kyuubi-jdbc-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml index ae3cd205b..94d10b29e 100644 --- a/externals/kyuubi-spark-sql-engine/pom.xml +++ b/externals/kyuubi-spark-sql-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-trino-engine/pom.xml b/externals/kyuubi-trino-engine/pom.xml index d453b8fa3..da6d941c8 100644 --- a/externals/kyuubi-trino-engine/pom.xml +++ b/externals/kyuubi-trino-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-flink-it/pom.xml b/integration-tests/kyuubi-flink-it/pom.xml index f464da1fd..959e58507 100644 --- a/integration-tests/kyuubi-flink-it/pom.xml +++ b/integration-tests/kyuubi-flink-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-gluten-it/pom.xml b/integration-tests/kyuubi-gluten-it/pom.xml index 351c3b4ec..96690bf53 100644 --- a/integration-tests/kyuubi-gluten-it/pom.xml +++ b/integration-tests/kyuubi-gluten-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-hive-it/pom.xml b/integration-tests/kyuubi-hive-it/pom.xml index 2b00f1d35..043d92066 100644 --- a/integration-tests/kyuubi-hive-it/pom.xml +++ b/integration-tests/kyuubi-hive-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-jdbc-it/pom.xml b/integration-tests/kyuubi-jdbc-it/pom.xml index 50fc6a1c5..4f62911ee 100644 --- a/integration-tests/kyuubi-jdbc-it/pom.xml +++ b/integration-tests/kyuubi-jdbc-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-kubernetes-it/pom.xml b/integration-tests/kyuubi-kubernetes-it/pom.xml index c8cff4a87..99b289671 100644 --- a/integration-tests/kyuubi-kubernetes-it/pom.xml +++ b/integration-tests/kyuubi-kubernetes-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-trino-it/pom.xml b/integration-tests/kyuubi-trino-it/pom.xml index 3a538c187..438ad7faa 100644 --- a/integration-tests/kyuubi-trino-it/pom.xml +++ b/integration-tests/kyuubi-trino-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/kyuubi-zookeeper-it/pom.xml b/integration-tests/kyuubi-zookeeper-it/pom.xml index 8311fec2e..89682ec31 100644 --- a/integration-tests/kyuubi-zookeeper-it/pom.xml +++ b/integration-tests/kyuubi-zookeeper-it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>integration-tests</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4290ccf8d..c367517d9 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>integration-tests</artifactId> diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index 577086a4a..1109e32a1 100644 --- a/kyuubi-assembly/pom.xml +++ b/kyuubi-assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index 15a65e7ba..9a9a95d68 100644 --- a/kyuubi-common/pom.xml +++ b/kyuubi-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml index 38c2e7e57..fe3ac5cc8 100644 --- a/kyuubi-ctl/pom.xml +++ b/kyuubi-ctl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-events/pom.xml b/kyuubi-events/pom.xml index e52e586ba..7c0f8b06d 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.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml index 4e6ba377b..d5b624263 100644 --- a/kyuubi-ha/pom.xml +++ b/kyuubi-ha/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml index 9db0e8dc5..ffaf82d2e 100644 --- a/kyuubi-hive-beeline/pom.xml +++ b/kyuubi-hive-beeline/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-hive-beeline</artifactId> diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml index ccbcf8420..45e5dc2b1 100644 --- a/kyuubi-hive-jdbc-shaded/pom.xml +++ b/kyuubi-hive-jdbc-shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-hive-jdbc-shaded</artifactId> diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index 69194bdac..d2eca905c 100644 --- a/kyuubi-hive-jdbc/pom.xml +++ b/kyuubi-hive-jdbc/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-hive-jdbc</artifactId> diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml index 9927907a2..2d373ab80 100644 --- a/kyuubi-metrics/pom.xml +++ b/kyuubi-metrics/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-metrics_${scala.binary.version}</artifactId> diff --git a/kyuubi-rest-client/pom.xml b/kyuubi-rest-client/pom.xml index cf4b226c7..821f396f0 100644 --- a/kyuubi-rest-client/pom.xml +++ b/kyuubi-rest-client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-rest-client</artifactId> diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index 038eb84c9..4aee0c5e8 100644 --- a/kyuubi-server/pom.xml +++ b/kyuubi-server/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-server_${scala.binary.version}</artifactId> diff --git a/kyuubi-server/web-ui/package-lock.json b/kyuubi-server/web-ui/package-lock.json index 4873efbf6..aab4ca29f 100644 --- a/kyuubi-server/web-ui/package-lock.json +++ b/kyuubi-server/web-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "kyuubi-ui", - "version": "1.9.2-SNAPSHOT", + "version": "1.9.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/kyuubi-server/web-ui/package.json b/kyuubi-server/web-ui/package.json index 3f82ca357..5e990f049 100644 --- a/kyuubi-server/web-ui/package.json +++ b/kyuubi-server/web-ui/package.json @@ -1,7 +1,7 @@ { "name": "kyuubi-ui", "private": true, - "version": "1.9.2-SNAPSHOT", + "version": "1.9.2", "type": "module", "scripts": { "dev": "vue-tsc --noEmit && vite --port 9090", diff --git a/kyuubi-util-scala/pom.xml b/kyuubi-util-scala/pom.xml index e13a97411..ccaa957ba 100644 --- a/kyuubi-util-scala/pom.xml +++ b/kyuubi-util-scala/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-util-scala_${scala.binary.version}</artifactId> diff --git a/kyuubi-util/pom.xml b/kyuubi-util/pom.xml index f54f34e29..862a87f45 100644 --- a/kyuubi-util/pom.xml +++ b/kyuubi-util/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-util</artifactId> diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml index eca9c9188..702ac154e 100644 --- a/kyuubi-zookeeper/pom.xml +++ b/kyuubi-zookeeper/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> </parent> <artifactId>kyuubi-zookeeper_${scala.binary.version}</artifactId> diff --git a/pom.xml b/pom.xml index 9c7393169..e3c71a624 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.2</version> <packaging>pom</packaging> <name>Kyuubi Project Parent</name>
