This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-1.9 in repository https://gitbox.apache.org/repos/asf/kyuubi.git
commit 5c70095de726f1411938140cb563217312d2d03e Author: Cheng Pan <[email protected]> AuthorDate: Fri Nov 29 06:26:37 2024 +0000 [RELEASE] Bump 1.9.3 --- 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 | 4 ++-- 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, 49 insertions(+), 49 deletions(-) diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml index ea514bf065..71c7b03d82 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml index a5fba1419a..418d8fe17f 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.3-SNAPSHOT</version> + <version>1.9.3</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 f2c6d7dbc3..3ab75b8fc1 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.3-SNAPSHOT</version> + <version>1.9.3</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 4d7aae4edb..6192fa7a3e 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.3-SNAPSHOT</version> + <version>1.9.3</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 6074b498a1..5cfb717a88 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.3-SNAPSHOT</version> + <version>1.9.3</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 4c1beda9a0..14f0b1d09d 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.3-SNAPSHOT</version> + <version>1.9.3</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 6d1b51ead1..5124c37567 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.3-SNAPSHOT</version> + <version>1.9.3</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 312960ea77..3e9f2ae66b 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.3-SNAPSHOT</version> + <version>1.9.3</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 d15705f5da..41b0d8be84 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.3-SNAPSHOT</version> + <version>1.9.3</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 37fab078e1..b140429e44 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.3-SNAPSHOT</version> + <version>1.9.3</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 fde5f706d3..952209149e 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.3-SNAPSHOT</version> + <version>1.9.3</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 c2664889ed..d4f4d90856 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.3-SNAPSHOT</version> + <version>1.9.3</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 8834163383..a18c7d6368 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.3-SNAPSHOT</version> + <version>1.9.3</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 1ef5e27d29..d32daad284 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.3-SNAPSHOT</version> + <version>1.9.3</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 e16c5bd92e..97562aaa5c 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.3-SNAPSHOT</version> + <version>1.9.3</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 5aed1321fa..991a718e6c 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-chat-engine/pom.xml b/externals/kyuubi-chat-engine/pom.xml index 1716e69a3e..5d139ba011 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml index e19070e019..1faf26436a 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.3-SNAPSHOT</version> + <version>1.9.3</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 6f0ef4d212..1a570d8d5e 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.3-SNAPSHOT</version> + <version>1.9.3</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 d98230490c..59a1917f2e 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-jdbc-engine/pom.xml b/externals/kyuubi-jdbc-engine/pom.xml index 0a495b616f..cb962df195 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.3-SNAPSHOT</version> + <version>1.9.3</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 308e8c9a7e..18704b24c5 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-trino-engine/pom.xml b/externals/kyuubi-trino-engine/pom.xml index c159e8ceda..106d103cc0 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.3-SNAPSHOT</version> + <version>1.9.3</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 9c7d2a54af..86152ba01b 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.3-SNAPSHOT</version> + <version>1.9.3</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 3ec9ae44af..5a891c4ffa 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.3-SNAPSHOT</version> + <version>1.9.3</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 ace743ed9f..13d3d588de 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.3-SNAPSHOT</version> + <version>1.9.3</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 a4e6ccf8fd..53bca98cac 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.3-SNAPSHOT</version> + <version>1.9.3</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 dddba85ebe..18fa1cc1f0 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.3-SNAPSHOT</version> + <version>1.9.3</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 edd108cc6a..1fdb677ffd 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.3-SNAPSHOT</version> + <version>1.9.3</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 a34ce270a9..8ad1bd5197 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index feb9c0e8ce..11d1ad1fd1 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>integration-tests</artifactId> diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index 9a88bef858..9455e05479 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index 3af91fe890..a719d610cd 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml index 02b63c4422..b86cd48180 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-events/pom.xml b/kyuubi-events/pom.xml index 0765b5ba7c..38c9a51d34 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml index 398d097fd1..2f756d66fb 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.3-SNAPSHOT</version> + <version>1.9.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml index 1a901776ba..e074442806 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-hive-beeline</artifactId> diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml index 8098ae44b0..59a0c6e514 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-hive-jdbc-shaded</artifactId> diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index e6a9c7d59a..72527d9fd9 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-hive-jdbc</artifactId> diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml index 769b655d77..fe3128f12e 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-metrics_${scala.binary.version}</artifactId> diff --git a/kyuubi-rest-client/pom.xml b/kyuubi-rest-client/pom.xml index 147ecfe2af..502c15fe24 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-rest-client</artifactId> diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index 74ff787504..cb50342789 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.3-SNAPSHOT</version> + <version>1.9.3</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 fc8de5709a..81eba17dab 100644 --- a/kyuubi-server/web-ui/package-lock.json +++ b/kyuubi-server/web-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "kyuubi-ui", - "version": "1.9.3-SNAPSHOT", + "version": "1.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kyuubi-ui", - "version": "1.9.2-SNAPSHOT", + "version": "1.9.3", "dependencies": { "@element-plus/icons-vue": "^2.0.9", "axios": "^1.6.0", diff --git a/kyuubi-server/web-ui/package.json b/kyuubi-server/web-ui/package.json index 84360a80da..72768b6bd9 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.3-SNAPSHOT", + "version": "1.9.3", "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 49658b68fc..1f320d7973 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-util-scala_${scala.binary.version}</artifactId> diff --git a/kyuubi-util/pom.xml b/kyuubi-util/pom.xml index a6bf588841..2af6bfea4c 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-util</artifactId> diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml index 9c3aa92fe6..465100eee9 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.3-SNAPSHOT</version> + <version>1.9.3</version> </parent> <artifactId>kyuubi-zookeeper_${scala.binary.version}</artifactId> diff --git a/pom.xml b/pom.xml index f10ec355ac..048e25130a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.9.3-SNAPSHOT</version> + <version>1.9.3</version> <packaging>pom</packaging> <name>Kyuubi Project Parent</name>
