This is an automated email from the ASF dual-hosted git repository. liyang pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 585e1206aafd4589aa7495a92f9191ca1cd15456 Author: Li Yang <[email protected]> AuthorDate: Wed Sep 17 18:17:29 2025 +0800 Revert "[maven-release-plugin] prepare release kylin-5.0.3" This reverts commit fc72eef61746245a0d35126e3a3a807c0c3f104d. --- 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..e793703bd9 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.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.3</tag> + <tag>HEAD</tag> </scm> <issueManagement> diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml index e8942d7f03..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.3</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 ad8a8c6a0f..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.3</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 910eff7034..66963d85a1 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.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 a408c20739..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.3</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 a2d9e7f955..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.3</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 170e17dfaa..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.3</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 80d55eed91..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.3</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 ea6da105e1..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.3</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 b872bb7eaf..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.3</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 0d420f223d..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.3</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 a92cf14c85..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.3</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 928b38bed5..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.3</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 9e9203410d..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.3</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 8f71f27591..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.3</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 ea0ccd3690..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.3</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 4ba6c16c0c..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.3</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 233a828877..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.3</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 1de1af5c3d..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.3</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 84d19dc656..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.3</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 36dfefae2a..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.3</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 931bd7d155..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.3</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 b82cf1c192..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.3</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 5873246b69..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.3</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 dac496ffe0..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.3</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 02ae457ff3..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.3</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 3aac7fb5dc..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.3</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 af3d9bf7f6..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.3</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 13c191942c..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.3</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 2e408c4639..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.3</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 44f97aed9d..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.3</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 02db7f25d4..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.3</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 af615922c1..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.3</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 b02d39acad..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.3</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 2b3f5ae8c7..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.3</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 1a12dbe819..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.3</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 16d11420d1..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.3</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 d6757733b2..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.3</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 2217e2cc2b..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.3</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 088f46148c..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.3</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 599db80ab6..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.3</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 664ac58b63..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.3</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 b6e96f2664..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.3</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 d222545644..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.3</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 8f6a98659d..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.3</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 7e8a2ffcee..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.3</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 ae0ac59549..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.3</version> + <version>5.0.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
