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 ab4f86e014b94b2417edc07d8dae1f7be388f901 Author: Li Yang <[email protected]> AuthorDate: Wed Sep 17 18:17:13 2025 +0800 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit bccc8d755cd425f2d277d3d7dc9e1a973a2d91d7. --- 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 eb3c09b921..989d31e8f0 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.4-SNAPSHOT</version> + <version>5.0.3</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>HEAD</tag> + <tag>kylin-5.0.3</tag> </scm> <issueManagement> diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml index 0ab08a705d..e8942d7f03 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.4-SNAPSHOT</version> + <version>5.0.3</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 7ab85c50f6..ad8a8c6a0f 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.4-SNAPSHOT</version> + <version>5.0.3</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 c6f85270eb..910eff7034 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.4-SNAPSHOT</version> + <version>5.0.3</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 6225cd2575..a408c20739 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.4-SNAPSHOT</version> + <version>5.0.3</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 5e4c8c2199..a2d9e7f955 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml index 01f015d1a8..170e17dfaa 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml index 4f361347b7..80d55eed91 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml index 6d7092ba64..ea6da105e1 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.4-SNAPSHOT</version> + <version>5.0.3</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 71fba1c6b6..b872bb7eaf 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/data-loading-booter/pom.xml b/src/data-loading-booter/pom.xml index 8c22903ee2..0d420f223d 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.4-SNAPSHOT</version> + <version>5.0.3</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 641143808a..a92cf14c85 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.4-SNAPSHOT</version> + <version>5.0.3</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 cb2dd265f5..928b38bed5 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.4-SNAPSHOT</version> + <version>5.0.3</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 9b9674bf8d..9e9203410d 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.4-SNAPSHOT</version> + <version>5.0.3</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 d2e712c0ec..8f71f27591 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.4-SNAPSHOT</version> + <version>5.0.3</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 8e6cece894..ea0ccd3690 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/jdbc/pom.xml b/src/jdbc/pom.xml index 6bff7351db..4ba6c16c0c 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.4-SNAPSHOT</version> + <version>5.0.3</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 9ed8c00c05..233a828877 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.4-SNAPSHOT</version> + <version>5.0.3</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 304e280393..1de1af5c3d 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.4-SNAPSHOT</version> + <version>5.0.3</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 85cde569ac..84d19dc656 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.4-SNAPSHOT</version> + <version>5.0.3</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 d641525a82..36dfefae2a 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.4-SNAPSHOT</version> + <version>5.0.3</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 23d91efaa7..931bd7d155 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.4-SNAPSHOT</version> + <version>5.0.3</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 68d719ebf4..b82cf1c192 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.4-SNAPSHOT</version> + <version>5.0.3</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 b908ccd0e8..5873246b69 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.4-SNAPSHOT</version> + <version>5.0.3</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 4a2b4586a0..dac496ffe0 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.4-SNAPSHOT</version> + <version>5.0.3</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 500358b09b..02ae457ff3 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.4-SNAPSHOT</version> + <version>5.0.3</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 c775a471af..3aac7fb5dc 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml index aa1dfcd7e5..af3d9bf7f6 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.4-SNAPSHOT</version> + <version>5.0.3</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 3317e1671e..13c191942c 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/query/pom.xml b/src/query/pom.xml index cf455c401c..2e408c4639 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/rec-booter/pom.xml b/src/rec-booter/pom.xml index 2add4c8d3c..44f97aed9d 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.4-SNAPSHOT</version> + <version>5.0.3</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 8235645aa0..02db7f25d4 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.4-SNAPSHOT</version> + <version>5.0.3</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 81da1ad89e..af615922c1 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/server/pom.xml b/src/server/pom.xml index 41c8d2be29..b02d39acad 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml index 2f88e06888..2b3f5ae8c7 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.4-SNAPSHOT</version> + <version>5.0.3</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 4f08cba586..1a12dbe819 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.4-SNAPSHOT</version> + <version>5.0.3</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 13c481e5e9..16d11420d1 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.4-SNAPSHOT</version> + <version>5.0.3</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 98104eef5d..d6757733b2 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.4-SNAPSHOT</version> + <version>5.0.3</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 0964222b0c..2217e2cc2b 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.4-SNAPSHOT</version> + <version>5.0.3</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 58eb8a256f..088f46148c 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.4-SNAPSHOT</version> + <version>5.0.3</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 d33b73eb44..599db80ab6 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.4-SNAPSHOT</version> + <version>5.0.3</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 51453b4e8c..664ac58b63 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.4-SNAPSHOT</version> + <version>5.0.3</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 cb1714373e..b6e96f2664 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml index 2d67ad8733..d222545644 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.4-SNAPSHOT</version> + <version>5.0.3</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 2cc9338b0a..8f6a98659d 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/streaming/pom.xml b/src/streaming/pom.xml index 1476a96147..7e8a2ffcee 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/src/tool/pom.xml b/src/tool/pom.xml index 4fce7afba1..ae0ac59549 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.4-SNAPSHOT</version> + <version>5.0.3</version> <relativePath>../../pom.xml</relativePath> </parent>
