This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git

commit 32f552ffa16d4fcf97af4e3aa8f4e943a05b2547
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Nov 22 11:48:09 2024 +0000

    [RELEASE] Bump 1.8.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-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 6a4166e7f6..cc65352562 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml
index 422f4b9da2..8b35151a08 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.3-SNAPSHOT</version>
+        <version>1.8.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 1fc83fa08f..04dbcb59d6 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.3-SNAPSHOT</version>
+        <version>1.8.3</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 2b7e56d159..cf0ea5ffe8 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.3-SNAPSHOT</version>
+        <version>1.8.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 0423f9c8e8..d126ada315 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.3-SNAPSHOT</version>
+        <version>1.8.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 62f88b21fc..3b36e09fe3 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.3-SNAPSHOT</version>
+        <version>1.8.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 a603f01500..b36d6d55c1 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.3-SNAPSHOT</version>
+        <version>1.8.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 239b01a2b0..98948fe263 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.3-SNAPSHOT</version>
+        <version>1.8.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 74ea529650..ab283d2e87 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.3-SNAPSHOT</version>
+        <version>1.8.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 2b0d8a36a8..79729c6b83 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.3-SNAPSHOT</version>
+        <version>1.8.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 0576d023d7..29debaf934 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.3-SNAPSHOT</version>
+        <version>1.8.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 62a6969972..624862d6f5 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.3-SNAPSHOT</version>
+        <version>1.8.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 ddd1d6b51f..dcb2478768 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.3-SNAPSHOT</version>
+        <version>1.8.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 9ad4f08336..573c4b6c5b 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.3-SNAPSHOT</version>
+        <version>1.8.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 6b749e046b..3b3cf2add5 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.3-SNAPSHOT</version>
+        <version>1.8.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 b47a78032a..933bfcf4d6 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-chat-engine/pom.xml 
b/externals/kyuubi-chat-engine/pom.xml
index 29567ac547..118c428537 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-download/pom.xml 
b/externals/kyuubi-download/pom.xml
index 7141e50ead..a83d7a6c10 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.3-SNAPSHOT</version>
+        <version>1.8.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 2709949a05..6e301c82ea 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.3-SNAPSHOT</version>
+        <version>1.8.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 805309f42d..98d2f9c02f 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-jdbc-engine/pom.xml 
b/externals/kyuubi-jdbc-engine/pom.xml
index 59f06fd002..49340798eb 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.3-SNAPSHOT</version>
+        <version>1.8.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 2e279fed63..0b6142e72b 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-trino-engine/pom.xml 
b/externals/kyuubi-trino-engine/pom.xml
index bac04c57a9..acdeb01303 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.3-SNAPSHOT</version>
+        <version>1.8.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 e2ef70a02f..b42644f3c5 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.3-SNAPSHOT</version>
+        <version>1.8.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 5755d7716c..711302be88 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.3-SNAPSHOT</version>
+        <version>1.8.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 760b87a262..92d0a70939 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.3-SNAPSHOT</version>
+        <version>1.8.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 6a4e19377d..80da34bb48 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.3-SNAPSHOT</version>
+        <version>1.8.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 1ad13569fc..3196a215a1 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.3-SNAPSHOT</version>
+        <version>1.8.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 9a7c8b1a7e..8530e2b083 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2a553b8e23..828ae2e3a5 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>integration-tests</artifactId>
diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml
index e15d955e02..4df1c948a2 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml
index de15ad63ce..c9552b92e6 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml
index 76b1f5eccd..1f3bb0263e 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-events/pom.xml b/kyuubi-events/pom.xml
index aec6e907ae..467a5972bb 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml
index a822192ec0..88a44f555b 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml
index 71bddda05d..cacc32370f 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.3-SNAPSHOT</version>
+        <version>1.8.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 8666b08193..1b70c94987 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>kyuubi-hive-jdbc-shaded</artifactId>
diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml
index a311983bc1..effb892113 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>kyuubi-hive-jdbc</artifactId>
diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml
index 9f35cfc845..e5272a319d 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.3-SNAPSHOT</version>
+        <version>1.8.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 48514fe9f6..5722ea7ba3 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>kyuubi-rest-client</artifactId>
diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml
index 56e8d41279..4cf2b734cf 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.3-SNAPSHOT</version>
+        <version>1.8.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 da28dac8ad..3352da98ff 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.3-SNAPSHOT",
+  "version": "1.8.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "kyuubi-ui",
-      "version": "1.8.3-SNAPSHOT",
+      "version": "1.8.3",
       "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 523526c316..142c5a3c00 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.3-SNAPSHOT",
+  "version": "1.8.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 a6dca6a27d..a6705a6231 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>kyuubi-util-scala_${scala.binary.version}</artifactId>
diff --git a/kyuubi-util/pom.xml b/kyuubi-util/pom.xml
index ec7139cde8..e062744658 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>kyuubi-util</artifactId>
diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml
index a2ecd13554..9df9e65147 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
     </parent>
 
     <artifactId>kyuubi-zookeeper_${scala.binary.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 3295784421..643165e323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.kyuubi</groupId>
     <artifactId>kyuubi-parent</artifactId>
-    <version>1.8.3-SNAPSHOT</version>
+    <version>1.8.3</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 a46c6fae6e..951e9f6685 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.3-SNAPSHOT</version>
+        <version>1.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Reply via email to