This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5_beta in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5_beta by this push: new d4e418de76 [maven-release-plugin] prepare for next development iteration d4e418de76 is described below commit d4e418de76d7b5038db5a81cc7ca12a6a43ca07c Author: XiaoxiangYu <x...@apache.org> AuthorDate: Fri Jul 21 09:04:41 2023 +0000 [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 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 | 6 ++---- 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(+), 47 deletions(-) diff --git a/pom.xml b/pom.xml index 157768cb1f..d6bed6661f 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-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml index 1205fe9287..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-SNAPSHOT</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 66490fc55f..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-SNAPSHOT</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 5f80b3ea9c..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-SNAPSHOT</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 017809b732..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-SNAPSHOT</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 480d4dda89..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-SNAPSHOT</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 29f77bd4cf..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-SNAPSHOT</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 41aef82ee8..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-SNAPSHOT</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 cc280bc0dc..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-SNAPSHOT</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 214dc9e643..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-SNAPSHOT</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 4d12f10c6a..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-SNAPSHOT</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 d1b3a69c8c..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-SNAPSHOT</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 1895c8e45c..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-SNAPSHOT</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 5bb1a9038a..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-SNAPSHOT</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 ed13b19273..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-SNAPSHOT</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 c27b3086c9..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-SNAPSHOT</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 1d92744a46..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-SNAPSHOT</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 e1b81cadc1..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-SNAPSHOT</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 355e2180ab..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-SNAPSHOT</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 fcced79d66..aec498e29e 100644 --- a/src/kylin-server-it/pom.xml +++ b/src/kylin-server-it/pom.xml @@ -15,13 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>5.0.0-beta-SNAPSHOT</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 42bbb48a9b..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-SNAPSHOT</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 838a96531c..0d2f0e7a47 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-SNAPSHOT</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 2651a9aa28..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-SNAPSHOT</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 18a5e8e2c0..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-SNAPSHOT</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 371c054a11..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-SNAPSHOT</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 d01b18c6fa..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-SNAPSHOT</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 2c5b3a9a54..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-SNAPSHOT</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 6fb95db071..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-SNAPSHOT</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 e173d69cde..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-SNAPSHOT</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 33891070aa..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-SNAPSHOT</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 657e2df052..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-SNAPSHOT</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 006020503c..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-SNAPSHOT</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 4831c23b15..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-SNAPSHOT</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 285a7cff5b..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-SNAPSHOT</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 f4e34bb62d..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-SNAPSHOT</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 b45cfd71ab..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-SNAPSHOT</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 7ed673707d..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-SNAPSHOT</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 ee5c7bad54..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-SNAPSHOT</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 798df45452..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-SNAPSHOT</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 4f9133858a..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-SNAPSHOT</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 b542ea7637..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-SNAPSHOT</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 759061c30d..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-SNAPSHOT</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 2008304b22..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-SNAPSHOT</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 ef48efb4b7..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-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>