This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to tag v1.8.1-docs in repository https://gitbox.apache.org/repos/asf/kyuubi.git
commit 02c615bbc5a827adff5a32fb12e71eff15032a9d Author: Cheng Pan <[email protected]> AuthorDate: Mon Feb 26 08:31:06 2024 +0000 [RELEASE] Bump 1.8.1 --- 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-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/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-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 +- tools/spark-block-cleaner/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 fa826e817..1c5847472 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml index a5fcf6591..308b05590 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 de6a4f13a..bad76a622 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/extensions/spark/kyuubi-extension-spark-3-1/pom.xml b/extensions/spark/kyuubi-extension-spark-3-1/pom.xml index 1647f6c13..b8a99dacd 100644 --- a/extensions/spark/kyuubi-extension-spark-3-1/pom.xml +++ b/extensions/spark/kyuubi-extension-spark-3-1/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.1</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 f5974b448..1700dc223 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 658f3a9f3..178d56351 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 d1770410f..68b2b58b4 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 8bfaf677a..6a2edaffb 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 b76540ed9..932ee01eb 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 dd253217d..d744d5050 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 e59f18b73..84199a065 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 da9b5d0c3..38568766c 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 ba0d7e983..ffdb4bdb0 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 ca620e9e1..2bfcdc9dc 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 10d5ac968..288db5441 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 05ecabbce..193daaabe 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-chat-engine/pom.xml b/externals/kyuubi-chat-engine/pom.xml index 73346f7bc..c1c0b1b55 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml index 4ced29923..feeec976a 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 e5731f597..4dc38d4b2 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 8419b4621..90a40767a 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-jdbc-engine/pom.xml b/externals/kyuubi-jdbc-engine/pom.xml index 2f8b250e5..f489527f8 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 ff8f74288..5b154112c 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/externals/kyuubi-trino-engine/pom.xml b/externals/kyuubi-trino-engine/pom.xml index 1096beea5..c0e538fbf 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 20f01d9ee..691c9cd4e 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 c9fb6b880..8aff8b361 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 f61ce844b..b27d60fa9 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 050a6a58c..1709af13e 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 be85d182d..854565d61 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 a60dd14b2..b3fb045c2 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 79b2bfcfd..63d03bdd6 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>integration-tests</artifactId> diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index 0863e14ff..61ca12e0a 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml index 8bc006446..a2c86ba77 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml index 389ae9345..9df7f6b01 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-events/pom.xml b/kyuubi-events/pom.xml index 66f5210e5..d2554d090 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml index d5bd30fef..ad6c964bf 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml index d75c3418e..0ae5a4de4 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-hive-beeline</artifactId> diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml index d75985aba..274f23080 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-hive-jdbc-shaded</artifactId> diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml index 0d9ba5790..9f8408d2f 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-hive-jdbc</artifactId> diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml index 2e1254648..f188bc1de 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-metrics_${scala.binary.version}</artifactId> diff --git a/kyuubi-rest-client/pom.xml b/kyuubi-rest-client/pom.xml index 081749bbe..c9e76ee44 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-rest-client</artifactId> diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index c2a096767..5d5a9f988 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.8.2-SNAPSHOT</version> + <version>1.8.1</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 49f8313ae..0ed26d697 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.8.2-SNAPSHOT", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kyuubi-ui", - "version": "1.8.2-SNAPSHOT", + "version": "1.8.1", "dependencies": { "@element-plus/icons-vue": "^2.0.9", "axios": "^0.27.2", diff --git a/kyuubi-server/web-ui/package.json b/kyuubi-server/web-ui/package.json index 7b4bf5e34..d91477dea 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.8.2-SNAPSHOT", + "version": "1.8.1", "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 6d0ae2678..8c7b0e13b 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-util-scala_${scala.binary.version}</artifactId> diff --git a/kyuubi-util/pom.xml b/kyuubi-util/pom.xml index 99a93da84..7a6bdf764 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-util</artifactId> diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml index 5b6b4c35e..399174188 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>kyuubi-zookeeper_${scala.binary.version}</artifactId> diff --git a/pom.xml b/pom.xml index 62b4ff268..cde5d636f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.kyuubi</groupId> <artifactId>kyuubi-parent</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.1</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 a4f191ebf..c0198b410 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.8.2-SNAPSHOT</version> + <version>1.8.1</version> <relativePath>../../pom.xml</relativePath> </parent>
