This is an automated email from the ASF dual-hosted git repository.
liyang pushed a commit to branch v5.0.3-release
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/v5.0.3-release by this push:
new 4d1e0a800a [maven-release-plugin] prepare for next development
iteration
4d1e0a800a is described below
commit 4d1e0a800a9b5f725788b252d2090883d9a4e54a
Author: Li Yang <[email protected]>
AuthorDate: Tue Sep 9 17:24:54 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 989d31e8f0..eb3c09b921 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.3</version>
+ <version>5.0.4-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.3</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml
index e8942d7f03..0ab08a705d 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.3</version>
+ <version>5.0.4-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 ad8a8c6a0f..7ab85c50f6 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.3</version>
+ <version>5.0.4-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 910eff7034..c6f85270eb 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.3</version>
+ <version>5.0.4-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 a408c20739..6225cd2575 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.3</version>
+ <version>5.0.4-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 a2d9e7f955..5e4c8c2199 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml
index 170e17dfaa..01f015d1a8 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml
index 80d55eed91..4f361347b7 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml
index ea6da105e1..6d7092ba64 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.3</version>
+ <version>5.0.4-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 b872bb7eaf..71fba1c6b6 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/data-loading-booter/pom.xml b/src/data-loading-booter/pom.xml
index 0d420f223d..8c22903ee2 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.3</version>
+ <version>5.0.4-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 a92cf14c85..641143808a 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.3</version>
+ <version>5.0.4-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 928b38bed5..cb2dd265f5 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.3</version>
+ <version>5.0.4-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 9e9203410d..9b9674bf8d 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.3</version>
+ <version>5.0.4-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 8f71f27591..d2e712c0ec 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.3</version>
+ <version>5.0.4-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 ea0ccd3690..8e6cece894 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.3</version>
+ <version>5.0.4-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 4ba6c16c0c..6bff7351db 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.3</version>
+ <version>5.0.4-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 233a828877..9ed8c00c05 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.3</version>
+ <version>5.0.4-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 1de1af5c3d..304e280393 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.3</version>
+ <version>5.0.4-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 84d19dc656..85cde569ac 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.3</version>
+ <version>5.0.4-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 36dfefae2a..d641525a82 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.3</version>
+ <version>5.0.4-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 931bd7d155..23d91efaa7 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.3</version>
+ <version>5.0.4-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 b82cf1c192..68d719ebf4 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.3</version>
+ <version>5.0.4-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 5873246b69..b908ccd0e8 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.3</version>
+ <version>5.0.4-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 dac496ffe0..4a2b4586a0 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.3</version>
+ <version>5.0.4-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 02ae457ff3..500358b09b 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.3</version>
+ <version>5.0.4-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 3aac7fb5dc..c775a471af 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml
index af3d9bf7f6..aa1dfcd7e5 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.3</version>
+ <version>5.0.4-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 13c191942c..3317e1671e 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.3</version>
+ <version>5.0.4-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 2e408c4639..cf455c401c 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/rec-booter/pom.xml b/src/rec-booter/pom.xml
index 44f97aed9d..2add4c8d3c 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.3</version>
+ <version>5.0.4-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 02db7f25d4..8235645aa0 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.3</version>
+ <version>5.0.4-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 af615922c1..81da1ad89e 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.3</version>
+ <version>5.0.4-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 b02d39acad..41c8d2be29 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml
index 2b3f5ae8c7..2f88e06888 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.3</version>
+ <version>5.0.4-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 1a12dbe819..4f08cba586 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.3</version>
+ <version>5.0.4-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 16d11420d1..13c481e5e9 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.3</version>
+ <version>5.0.4-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 d6757733b2..98104eef5d 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.3</version>
+ <version>5.0.4-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 2217e2cc2b..0964222b0c 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.3</version>
+ <version>5.0.4-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 088f46148c..58eb8a256f 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.3</version>
+ <version>5.0.4-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 599db80ab6..d33b73eb44 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.3</version>
+ <version>5.0.4-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 664ac58b63..51453b4e8c 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.3</version>
+ <version>5.0.4-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 b6e96f2664..cb1714373e 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml
index d222545644..2d67ad8733 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.3</version>
+ <version>5.0.4-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 8f6a98659d..2cc9338b0a 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.3</version>
+ <version>5.0.4-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 7e8a2ffcee..1476a96147 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
diff --git a/src/tool/pom.xml b/src/tool/pom.xml
index ae0ac59549..4fce7afba1 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.3</version>
+ <version>5.0.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>