This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch fix-lostcommit in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 81ca8f415e9fb321c8a2eb08126aafb41fd7a05a Author: XiaoxiangYu <x...@apache.org> AuthorDate: Wed Aug 23 01:59:15 2023 +0000 [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/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/second-storage/clickhouse-it/pom.xml | 2 +- src/second-storage/clickhouse/pom.xml | 2 +- src/second-storage/core-ui/pom.xml | 2 +- src/second-storage/core/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-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 +- 44 files changed, 45 insertions(+), 45 deletions(-) diff --git a/pom.xml b/pom.xml index 777de87cb7..ca0be4943e 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</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-beta</tag> + <tag>HEAD</tag> </scm> <issueManagement> diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml index 3ecf3e5c87..9e6a4bc127 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-beta</version> + <version>5.0.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 1c074d4693..ab7b1b3c30 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-beta</version> + <version>5.0.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 fbf36b2e30..3ffa0787e2 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-beta</version> + <version>5.0.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 a29bc695a8..747735c9ea 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-beta</version> + <version>5.0.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 adceacbe18..178418deac 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml index 7c8c9f625b..cb844e1ef9 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml index 8114ee7601..ede93a07e1 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml index 05b178ef42..ed505b998e 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-beta</version> + <version>5.0.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 f197c60388..be6cc2b9a5 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-beta</version> + <version>5.0.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 b631131e66..f2a97def3a 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-beta</version> + <version>5.0.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 f4bab0a5d8..67a9c1e594 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-beta</version> + <version>5.0.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 d43a297bb3..1d560ade13 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-beta</version> + <version>5.0.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 73644731bd..b8b9e87685 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-beta</version> + <version>5.0.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 8f0263f529..ec670232ac 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-beta</version> + <version>5.0.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 da0016c3e4..50e178b59f 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-beta</version> + <version>5.0.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 de918e2b0d..5e505e0066 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-beta</version> + <version>5.0.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 da5ad44cb4..efe722880b 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-beta</version> + <version>5.0.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 27e0653e56..2221ed2cc4 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-beta</version> + <version>5.0.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 1d3485bc76..aec498e29e 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-beta</version> + <version>5.0.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 9c56502e1c..151ab4df97 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-beta</version> + <version>5.0.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 ab8c3b5a53..aeb41f299f 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-beta</version> + <version>5.0.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 ac2f0cd4fa..df9ab7f666 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-beta</version> + <version>5.0.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 0df2170cd4..d6af343c34 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml index 83a58af535..d533e009c1 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-beta</version> + <version>5.0.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 61a2c7af3d..da04266338 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-beta</version> + <version>5.0.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 43f8c86db4..a0a0e3dda0 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/second-storage/clickhouse-it/pom.xml b/src/second-storage/clickhouse-it/pom.xml index ae08c4d505..1ec2be2f12 100644 --- a/src/second-storage/clickhouse-it/pom.xml +++ b/src/second-storage/clickhouse-it/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/second-storage/clickhouse/pom.xml b/src/second-storage/clickhouse/pom.xml index 1733207f6f..72e121a902 100644 --- a/src/second-storage/clickhouse/pom.xml +++ b/src/second-storage/clickhouse/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>5.0.0-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/second-storage/core-ui/pom.xml b/src/second-storage/core-ui/pom.xml index f9fc59294a..4f6f2f42c9 100644 --- a/src/second-storage/core-ui/pom.xml +++ b/src/second-storage/core-ui/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/second-storage/core/pom.xml b/src/second-storage/core/pom.xml index 3371a3eff4..5e53c86793 100644 --- a/src/second-storage/core/pom.xml +++ b/src/second-storage/core/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/server/pom.xml b/src/server/pom.xml index a26e4913dc..beeaf65275 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml index 955b398ece..3b241631d2 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-beta</version> + <version>5.0.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 306ad01a5a..71bd33b677 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-beta</version> + <version>5.0.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 9d9433b50a..a02ddca633 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-beta</version> + <version>5.0.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 b1a8d1125e..ba4279965f 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-beta</version> + <version>5.0.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 4418b7579c..7a170c268a 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-beta</version> + <version>5.0.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 f786af2a7a..e590973c01 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-beta</version> + <version>5.0.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 56feef3cfc..06248a5b9e 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-beta</version> + <version>5.0.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 6675fd5144..ba5f4e18c2 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml index afb6632486..4d02766c49 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-beta</version> + <version>5.0.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 e5bcbda176..ef2190d8bf 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-beta</version> + <version>5.0.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 74d0ca4d1d..105755ad83 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> diff --git a/src/tool/pom.xml b/src/tool/pom.xml index dce3c183dd..558473ff7e 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-beta</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>