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

liyang pushed a commit to branch v5.0.2-release
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/v5.0.2-release by this push:
     new d34174cd1f [maven-release-plugin] prepare for next development 
iteration
d34174cd1f is described below

commit d34174cd1fcd9023e48667899733eb766479cb9f
Author: Li Yang <[email protected]>
AuthorDate: Tue Mar 11 19:09:31 2025 +0800

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                                             | 4 ++--
 src/assembly/pom.xml                                | 2 +-
 src/common-booter/pom.xml                           | 2 +-
 src/common-server/pom.xml                           | 2 +-
 src/common-service/pom.xml                          | 2 +-
 src/core-common/pom.xml                             | 2 +-
 src/core-job/pom.xml                                | 2 +-
 src/core-metadata/pom.xml                           | 2 +-
 src/core-metrics/pom.xml                            | 2 +-
 src/core-storage/pom.xml                            | 2 +-
 src/data-loading-booter/pom.xml                     | 2 +-
 src/data-loading-server/pom.xml                     | 2 +-
 src/data-loading-service/pom.xml                    | 2 +-
 src/datasource-sdk/pom.xml                          | 2 +-
 src/datasource-service/pom.xml                      | 2 +-
 src/distributed-lock-ext/pom.xml                    | 2 +-
 src/jdbc/pom.xml                                    | 2 +-
 src/job-service/pom.xml                             | 2 +-
 src/kylin-it/pom.xml                                | 2 +-
 src/kylin-server-it/pom.xml                         | 2 +-
 src/metadata-server/pom.xml                         | 2 +-
 src/modeling-service/pom.xml                        | 2 +-
 src/ops-booter/pom.xml                              | 2 +-
 src/ops-server/pom.xml                              | 2 +-
 src/ops-service/pom.xml                             | 2 +-
 src/query-booter/pom.xml                            | 2 +-
 src/query-common/pom.xml                            | 2 +-
 src/query-server/pom.xml                            | 2 +-
 src/query-service/pom.xml                           | 2 +-
 src/query/pom.xml                                   | 2 +-
 src/rec-booter/pom.xml                              | 2 +-
 src/rec-server/pom.xml                              | 2 +-
 src/rec-service/pom.xml                             | 2 +-
 src/server/pom.xml                                  | 2 +-
 src/source-hive/pom.xml                             | 2 +-
 src/spark-project/engine-build-sdk/pom.xml          | 2 +-
 src/spark-project/engine-spark/pom.xml              | 2 +-
 src/spark-project/kylin-internal-catalog/pom.xml    | 2 +-
 src/spark-project/kylin-soft-affinity-cache/pom.xml | 2 +-
 src/spark-project/source-jdbc/pom.xml               | 2 +-
 src/spark-project/sparder/pom.xml                   | 2 +-
 src/spark-project/spark-common/pom.xml              | 2 +-
 src/spark-project/spark-it/pom.xml                  | 2 +-
 src/streaming-sdk/pom.xml                           | 2 +-
 src/streaming-service/pom.xml                       | 2 +-
 src/streaming/pom.xml                               | 2 +-
 src/tool/pom.xml                                    | 2 +-
 47 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ccfb5cdd5..9a3be5aff9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.kylin</groupId>
     <artifactId>kylin</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.2</version>
+    <version>5.0.3-SNAPSHOT</version>
 
     <name>Apache Kylin 5</name>
     <url>http://kylin.apache.org/5.0</url>
@@ -45,7 +45,7 @@
         <!-- developerConnection is using in maven-release-plugin  
https://maven.apache.org/guides/mini/guide-releasing.html-->
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</developerConnection>
         <url>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</url>
-        <tag>kylin-5.0.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml
index e064512a03..9b4c6065fd 100644
--- a/src/assembly/pom.xml
+++ b/src/assembly/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/common-booter/pom.xml b/src/common-booter/pom.xml
index 70b5647409..dc037510a0 100644
--- a/src/common-booter/pom.xml
+++ b/src/common-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/common-server/pom.xml b/src/common-server/pom.xml
index 8cb135fc7b..182094e141 100644
--- a/src/common-server/pom.xml
+++ b/src/common-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/common-service/pom.xml b/src/common-service/pom.xml
index a641aa1058..46278dda24 100644
--- a/src/common-service/pom.xml
+++ b/src/common-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/core-common/pom.xml b/src/core-common/pom.xml
index a62dcbbc6f..a7fbd964eb 100644
--- a/src/core-common/pom.xml
+++ b/src/core-common/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml
index 6c440414a4..fb3e29de95 100644
--- a/src/core-job/pom.xml
+++ b/src/core-job/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml
index 5492b03cda..44f12bae2a 100644
--- a/src/core-metadata/pom.xml
+++ b/src/core-metadata/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml
index 12ead167c7..0d4c857abc 100644
--- a/src/core-metrics/pom.xml
+++ b/src/core-metrics/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <name>Kylin - Core Metrics</name>
diff --git a/src/core-storage/pom.xml b/src/core-storage/pom.xml
index 76fec5662c..aa5c5541f4 100644
--- a/src/core-storage/pom.xml
+++ b/src/core-storage/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/data-loading-booter/pom.xml b/src/data-loading-booter/pom.xml
index 416d7e47c2..36bc002f28 100644
--- a/src/data-loading-booter/pom.xml
+++ b/src/data-loading-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/data-loading-server/pom.xml b/src/data-loading-server/pom.xml
index ec9d4df4c6..cccc344564 100644
--- a/src/data-loading-server/pom.xml
+++ b/src/data-loading-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/data-loading-service/pom.xml b/src/data-loading-service/pom.xml
index 52691ac142..271fcfbe4f 100644
--- a/src/data-loading-service/pom.xml
+++ b/src/data-loading-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/datasource-sdk/pom.xml b/src/datasource-sdk/pom.xml
index b05980be49..7ccdd6dadc 100644
--- a/src/datasource-sdk/pom.xml
+++ b/src/datasource-sdk/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/datasource-service/pom.xml b/src/datasource-service/pom.xml
index cdcfec96ed..8668ae6d93 100644
--- a/src/datasource-service/pom.xml
+++ b/src/datasource-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/distributed-lock-ext/pom.xml b/src/distributed-lock-ext/pom.xml
index 2351780b75..2cb5bc957a 100644
--- a/src/distributed-lock-ext/pom.xml
+++ b/src/distributed-lock-ext/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/jdbc/pom.xml b/src/jdbc/pom.xml
index e1bc4779ea..9c8e48c727 100644
--- a/src/jdbc/pom.xml
+++ b/src/jdbc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/job-service/pom.xml b/src/job-service/pom.xml
index 82231cabc6..0f5c501e35 100644
--- a/src/job-service/pom.xml
+++ b/src/job-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/kylin-it/pom.xml b/src/kylin-it/pom.xml
index e9a33e459a..d3b116b0fb 100644
--- a/src/kylin-it/pom.xml
+++ b/src/kylin-it/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/kylin-server-it/pom.xml b/src/kylin-server-it/pom.xml
index 73f488bf96..a2fbf2853e 100644
--- a/src/kylin-server-it/pom.xml
+++ b/src/kylin-server-it/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/metadata-server/pom.xml b/src/metadata-server/pom.xml
index 60de8df9bd..7ee5f955b2 100644
--- a/src/metadata-server/pom.xml
+++ b/src/metadata-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/modeling-service/pom.xml b/src/modeling-service/pom.xml
index bdb7afb8d3..6b1f4bb9e6 100644
--- a/src/modeling-service/pom.xml
+++ b/src/modeling-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/ops-booter/pom.xml b/src/ops-booter/pom.xml
index a1cc90aa4d..6392055aba 100644
--- a/src/ops-booter/pom.xml
+++ b/src/ops-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/ops-server/pom.xml b/src/ops-server/pom.xml
index fddc199521..5e6362ee5c 100644
--- a/src/ops-server/pom.xml
+++ b/src/ops-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/ops-service/pom.xml b/src/ops-service/pom.xml
index 93eae22d92..da7d388848 100644
--- a/src/ops-service/pom.xml
+++ b/src/ops-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query-booter/pom.xml b/src/query-booter/pom.xml
index cffb426878..741bf2c871 100644
--- a/src/query-booter/pom.xml
+++ b/src/query-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query-common/pom.xml b/src/query-common/pom.xml
index d09f8368e9..e248b09e23 100644
--- a/src/query-common/pom.xml
+++ b/src/query-common/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml
index 8af9a93664..f3e8c0b85e 100644
--- a/src/query-server/pom.xml
+++ b/src/query-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query-service/pom.xml b/src/query-service/pom.xml
index 1e2b429226..78794c0c5b 100644
--- a/src/query-service/pom.xml
+++ b/src/query-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query/pom.xml b/src/query/pom.xml
index 10e937759b..891c6093d0 100644
--- a/src/query/pom.xml
+++ b/src/query/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/rec-booter/pom.xml b/src/rec-booter/pom.xml
index 850dc6b827..2eff7ccc32 100644
--- a/src/rec-booter/pom.xml
+++ b/src/rec-booter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/rec-server/pom.xml b/src/rec-server/pom.xml
index d9d46bfb69..920b437b91 100644
--- a/src/rec-server/pom.xml
+++ b/src/rec-server/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/rec-service/pom.xml b/src/rec-service/pom.xml
index 54b174b2dd..5543098ec8 100644
--- a/src/rec-service/pom.xml
+++ b/src/rec-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/server/pom.xml b/src/server/pom.xml
index a34372bcb2..59fdd45013 100644
--- a/src/server/pom.xml
+++ b/src/server/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml
index b8959ab81e..a03c45a8b7 100644
--- a/src/source-hive/pom.xml
+++ b/src/source-hive/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/engine-build-sdk/pom.xml 
b/src/spark-project/engine-build-sdk/pom.xml
index 4c3def6242..f54b170c7d 100644
--- a/src/spark-project/engine-build-sdk/pom.xml
+++ b/src/spark-project/engine-build-sdk/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/spark-project/engine-spark/pom.xml 
b/src/spark-project/engine-spark/pom.xml
index b757c68d08..66938fca85 100644
--- a/src/spark-project/engine-spark/pom.xml
+++ b/src/spark-project/engine-spark/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/kylin-internal-catalog/pom.xml 
b/src/spark-project/kylin-internal-catalog/pom.xml
index a4dc87ecc3..79ebf9e01c 100644
--- a/src/spark-project/kylin-internal-catalog/pom.xml
+++ b/src/spark-project/kylin-internal-catalog/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/kylin-soft-affinity-cache/pom.xml 
b/src/spark-project/kylin-soft-affinity-cache/pom.xml
index 1ac00f82be..d758f2874d 100644
--- a/src/spark-project/kylin-soft-affinity-cache/pom.xml
+++ b/src/spark-project/kylin-soft-affinity-cache/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/source-jdbc/pom.xml 
b/src/spark-project/source-jdbc/pom.xml
index 3908e47bfa..0deedd193c 100644
--- a/src/spark-project/source-jdbc/pom.xml
+++ b/src/spark-project/source-jdbc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/spark-project/sparder/pom.xml 
b/src/spark-project/sparder/pom.xml
index 1e0b5615d9..6b09bae747 100644
--- a/src/spark-project/sparder/pom.xml
+++ b/src/spark-project/sparder/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/spark-common/pom.xml 
b/src/spark-project/spark-common/pom.xml
index 9f35eb7854..aaa87bf48e 100644
--- a/src/spark-project/spark-common/pom.xml
+++ b/src/spark-project/spark-common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/spark-it/pom.xml 
b/src/spark-project/spark-it/pom.xml
index 4cdc312902..20b26f2570 100644
--- a/src/spark-project/spark-it/pom.xml
+++ b/src/spark-project/spark-it/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml
index 06bc23e882..cd801cb51f 100644
--- a/src/streaming-sdk/pom.xml
+++ b/src/streaming-sdk/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/streaming-service/pom.xml b/src/streaming-service/pom.xml
index 181156689d..7ceedf489d 100644
--- a/src/streaming-service/pom.xml
+++ b/src/streaming-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/streaming/pom.xml b/src/streaming/pom.xml
index f72edf29e5..05e41796cf 100644
--- a/src/streaming/pom.xml
+++ b/src/streaming/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/src/tool/pom.xml b/src/tool/pom.xml
index 9dbc61c1da..1d07595473 100644
--- a/src/tool/pom.xml
+++ b/src/tool/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.2</version>
+        <version>5.0.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Reply via email to