This is an automated email from the ASF dual-hosted git repository.
liyang pushed a commit to branch v5.0.0-release
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/v5.0.0-release by this push:
new 91a69a6068 [maven-release-plugin] prepare for next development
iteration
91a69a6068 is described below
commit 91a69a60684f6d9f580ca652c0408503336e21ba
Author: Li Yang <[email protected]>
AuthorDate: Sat Sep 14 18:00:21 2024 +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-feign-api/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-feign-api/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 +-
49 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/pom.xml b/pom.xml
index 45f24f4577..67132559c9 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.0</version>
+ <version>5.1.0-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.0</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml
index d0b5e4fe91..4b99f03d8f 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.0</version>
+ <version>5.1.0-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 42c898b15f..3a9af926cb 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.0</version>
+ <version>5.1.0-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 033f11aef3..1ade2043ae 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.0</version>
+ <version>5.1.0-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 935b9720d3..7e2906984f 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.0</version>
+ <version>5.1.0-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 1caebf3c7e..66ba7ceef9 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml
index 3672ab7f4d..076d2244a6 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml
index 733d1e1f6a..6c680803bb 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml
index 10b4409ad5..7a9a681a64 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.0</version>
+ <version>5.1.0-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 c2cffe1900..042f4c0e61 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/data-loading-booter/pom.xml b/src/data-loading-booter/pom.xml
index 1e4c578a52..612f3a0c77 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.0</version>
+ <version>5.1.0-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 ed5ef72f49..28e36df8b9 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.0</version>
+ <version>5.1.0-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 8ecb4dd987..e7104dee6e 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.0</version>
+ <version>5.1.0-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 c314b3eaa0..46f42ae3ce 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.0</version>
+ <version>5.1.0-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 9ef0d7178d..cc4a08dabd 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.0</version>
+ <version>5.1.0-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 0ef89497df..c7926f14ad 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.0</version>
+ <version>5.1.0-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 7ba6a658d9..494d433948 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.0</version>
+ <version>5.1.0-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 c875fdc737..49bdb30aa0 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.0</version>
+ <version>5.1.0-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 03c160c367..cdf8b48c54 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.0</version>
+ <version>5.1.0-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 c7ba97c8f0..ad92e315b6 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/src/metadata-feign-api/pom.xml b/src/metadata-feign-api/pom.xml
index 1a82a28a9e..e9fb3108e6 100644
--- a/src/metadata-feign-api/pom.xml
+++ b/src/metadata-feign-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>kylin</artifactId>
<groupId>org.apache.kylin</groupId>
- <version>5.0.0</version>
+ <version>5.1.0-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 7f4e86f91a..446e5fb902 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.0</version>
+ <version>5.1.0-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 df8804e890..4145e739fc 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.0</version>
+ <version>5.1.0-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 8ef86789c4..7211f96947 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.0</version>
+ <version>5.1.0-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 bfbf7f5ce3..d3c832abb0 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.0</version>
+ <version>5.1.0-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 98dbf3efca..33d0196aba 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.0</version>
+ <version>5.1.0-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 dbb0a2ccd1..9158832cbe 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.0</version>
+ <version>5.1.0-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 582b849ca4..26acc708ee 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml
index dbaad384fd..2c1d8773a1 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.0</version>
+ <version>5.1.0-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 cc34f870a5..63645a6139 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.0</version>
+ <version>5.1.0-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 f6a196fd0b..82fdc3e84f 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/rec-booter/pom.xml b/src/rec-booter/pom.xml
index eb73fd497c..d1197bd746 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/src/rec-feign-api/pom.xml b/src/rec-feign-api/pom.xml
index b3c3bb3b24..694b1b0da3 100644
--- a/src/rec-feign-api/pom.xml
+++ b/src/rec-feign-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>kylin</artifactId>
<groupId>org.apache.kylin</groupId>
- <version>5.0.0</version>
+ <version>5.1.0-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 9116217766..9cebef4104 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.0</version>
+ <version>5.1.0-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 8e908fffc9..77aeb7868b 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.0</version>
+ <version>5.1.0-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 269d8c1640..f1d3e41c5f 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml
index e5403dd90a..4f43a1be06 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.0</version>
+ <version>5.1.0-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 81945cdd41..d347ad5062 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.0</version>
+ <version>5.1.0-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 6f23ed69e4..0476d67fb5 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.0</version>
+ <version>5.1.0-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 4c72f4c861..bc8387d71a 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.0</version>
+ <version>5.1.0-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 8ed25d3e43..31a8f93654 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.0</version>
+ <version>5.1.0-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 abe0ac9373..f614c43da1 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.0</version>
+ <version>5.1.0-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 49d69e9af0..002ee8de3c 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.0</version>
+ <version>5.1.0-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 5a7286887b..aaf07801c2 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.0</version>
+ <version>5.1.0-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 f704326727..1fcd7fca39 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml
index 410f99a504..2a942add7d 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.0</version>
+ <version>5.1.0-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 898b5c458e..b65fdbe3b2 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.0</version>
+ <version>5.1.0-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 38e3503322..4ba67c1a86 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
diff --git a/src/tool/pom.xml b/src/tool/pom.xml
index 910e32f87b..674937f795 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.0</version>
+ <version>5.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>