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

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

commit b2d540f664f43d91a19c06e5be2d0f399cb6fe49
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Dec 23 02:14:06 2024 +0000

    [RELEASE] Bump 1.10.2-SNAPSHOT
---
 dev/kyuubi-codecov/pom.xml                                   | 2 +-
 dev/kyuubi-tpcds/pom.xml                                     | 2 +-
 extensions/flink/kyuubi-flink-token-provider/pom.xml         | 2 +-
 extensions/server/kyuubi-server-plugin/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-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-jvm-quake/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 42d792f969..95a88fc57f 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/dev/kyuubi-tpcds/pom.xml b/dev/kyuubi-tpcds/pom.xml
index 91678350de..ca8da6b8e7 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/flink/kyuubi-flink-token-provider/pom.xml 
b/extensions/flink/kyuubi-flink-token-provider/pom.xml
index be3f9b3354..30368366f4 100644
--- a/extensions/flink/kyuubi-flink-token-provider/pom.xml
+++ b/extensions/flink/kyuubi-flink-token-provider/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 f46bdd4ec3..4c49a4b2c0 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 a65e0b4db3..1505353273 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 45e8fb0c62..2e2563ee2f 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 ea9919ee86..337b5844cc 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 e17efe018b..261851bc33 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 f53c239b4e..952cf6a5fb 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 d8b369c8c7..45f699d852 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 678f1ea1b4..0bd5d23641 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 3d4fbd3a89..e95dc79450 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 24ea8092e6..dfbe79b6ee 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 0dfe3d5b56..966cfe5715 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/spark/kyuubi-spark-jvm-quake/pom.xml 
b/extensions/spark/kyuubi-spark-jvm-quake/pom.xml
index 4abefe75c7..1d82f604ee 100644
--- a/extensions/spark/kyuubi-spark-jvm-quake/pom.xml
+++ b/extensions/spark/kyuubi-spark-jvm-quake/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.kyuubi</groupId>
         <artifactId>kyuubi-parent</artifactId>
-        <version>1.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 7a505b032b..d299c68a23 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-chat-engine/pom.xml 
b/externals/kyuubi-chat-engine/pom.xml
index a52916e295..c2d9ca5426 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-download/pom.xml 
b/externals/kyuubi-download/pom.xml
index 4c84b78851..6e53fa41ac 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 bd4990aaf6..038174e4b6 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 20d9dade8b..6f8c91462e 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-jdbc-engine/pom.xml 
b/externals/kyuubi-jdbc-engine/pom.xml
index 8dcc501019..0c4a191f72 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 3ebcae6d47..8aa5695725 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/externals/kyuubi-trino-engine/pom.xml 
b/externals/kyuubi-trino-engine/pom.xml
index b7498b523d..3e57ac3fbd 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 a9826acefd..91a1bbb0c5 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 3a8b877d0c..36057892f7 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 f954a0f4e7..341759eee3 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 c10b682a87..18b937d2da 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 60abe0edd0..62f62a3279 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 63422eed16..786038af8d 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 0b8b12df38..982378ffd3 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 66249ab4e3..e9849de1be 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>integration-tests</artifactId>
diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml
index 363e156bd3..417afb3422 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-common/pom.xml b/kyuubi-common/pom.xml
index 5d790dedf3..b8e7d47d58 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-ctl/pom.xml b/kyuubi-ctl/pom.xml
index b9dac351a6..25f34dca6d 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-events/pom.xml b/kyuubi-events/pom.xml
index 566e2e6d36..f05e0f3923 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml
index ae5fb32c74..aece022c15 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kyuubi-hive-beeline/pom.xml b/kyuubi-hive-beeline/pom.xml
index e5b6ab4f1d..38b5688f74 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-hive-beeline</artifactId>
diff --git a/kyuubi-hive-jdbc-shaded/pom.xml b/kyuubi-hive-jdbc-shaded/pom.xml
index 0dbbf8fff4..ec8cde7a7c 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-hive-jdbc-shaded</artifactId>
diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml
index de889c038a..75fc93d7e7 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-hive-jdbc</artifactId>
diff --git a/kyuubi-metrics/pom.xml b/kyuubi-metrics/pom.xml
index 816c4b4ee8..15d9f7bd54 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-metrics_${scala.binary.version}</artifactId>
diff --git a/kyuubi-rest-client/pom.xml b/kyuubi-rest-client/pom.xml
index ea37296428..29587e3c09 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-rest-client</artifactId>
diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml
index ac903b181e..814cac535e 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</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 a45d018391..c982c836a0 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.10.1",
+  "version": "1.10.2-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "kyuubi-ui",
-      "version": "1.10.1",
+      "version": "1.10.2-SNAPSHOT",
       "dependencies": {
         "@element-plus/icons-vue": "^2.0.9",
         "axios": "^1.7.4",
diff --git a/kyuubi-server/web-ui/package.json 
b/kyuubi-server/web-ui/package.json
index ae61cdbd2f..efdd0973c9 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.10.1",
+  "version": "1.10.2-SNAPSHOT",
   "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 99799aa4be..24e08d707b 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-util-scala_${scala.binary.version}</artifactId>
diff --git a/kyuubi-util/pom.xml b/kyuubi-util/pom.xml
index 75acea4651..69b02ef7f8 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-util</artifactId>
diff --git a/kyuubi-zookeeper/pom.xml b/kyuubi-zookeeper/pom.xml
index e775653cb2..fcc883db47 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.10.1</version>
+        <version>1.10.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>kyuubi-zookeeper_${scala.binary.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 4119992247..fb20b1e3b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.kyuubi</groupId>
     <artifactId>kyuubi-parent</artifactId>
-    <version>1.10.1</version>
+    <version>1.10.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Kyuubi Project Parent</name>

Reply via email to