This is an automated email from the ASF dual-hosted git repository. liyang pushed a commit to branch v4.0.5-release in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/v4.0.5-release by this push: new 98d22d667f [maven-release-plugin] prepare release kylin-4.0.5 98d22d667f is described below commit 98d22d667ffabceb1522898193923e581abfd552 Author: Li Yang <liy...@apache.org> AuthorDate: Sun Jan 21 15:36:15 2024 +0800 [maven-release-plugin] prepare release kylin-4.0.5 --- build-engine/pom.xml | 2 +- cache/pom.xml | 2 +- core-common/pom.xml | 2 +- core-cube/pom.xml | 2 +- core-job/pom.xml | 2 +- core-metadata/pom.xml | 2 +- core-metrics/pom.xml | 2 +- core-storage/pom.xml | 2 +- jdbc/pom.xml | 2 +- kylin-spark-project/kylin-soft-affinity-cache/pom.xml | 2 +- kylin-spark-project/kylin-spark-classloader/pom.xml | 4 ++-- kylin-spark-project/kylin-spark-common/pom.xml | 4 ++-- kylin-spark-project/kylin-spark-engine/pom.xml | 2 +- kylin-spark-project/kylin-spark-metadata/pom.xml | 2 +- kylin-spark-project/kylin-spark-query/pom.xml | 2 +- kylin-spark-project/kylin-spark-test/pom.xml | 2 +- kylin-spark-project/pom.xml | 2 +- metastore-hbase/pom.xml | 2 +- metrics-reporter-hive/pom.xml | 2 +- metrics-reporter-kafka/pom.xml | 2 +- parquet-assembly/pom.xml | 2 +- pom.xml | 4 ++-- query/pom.xml | 2 +- server-base/pom.xml | 6 +++--- server/pom.xml | 4 ++-- source-hive/pom.xml | 2 +- tool-assembly/pom.xml | 2 +- tool/pom.xml | 2 +- 28 files changed, 34 insertions(+), 34 deletions(-) diff --git a/build-engine/pom.xml b/build-engine/pom.xml index 60e6eeeb1e..fc86aed6f6 100644 --- a/build-engine/pom.xml +++ b/build-engine/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/cache/pom.xml b/cache/pom.xml index 0cd1babe69..fe1b2ddeae 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/core-common/pom.xml b/core-common/pom.xml index d23a00b2a7..559d06da22 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/core-cube/pom.xml b/core-cube/pom.xml index ad542718ba..8f781f60ff 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/core-job/pom.xml b/core-job/pom.xml index 6954340f53..9130c5cb7b 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 08b4ea4f01..41e74b5ebf 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml index e3e45f753f..b7a38e3662 100644 --- a/core-metrics/pom.xml +++ b/core-metrics/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> <dependency> diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 74556a97dc..e0443b8f76 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 74e8d536a3..c8f100408c 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <properties> diff --git a/kylin-spark-project/kylin-soft-affinity-cache/pom.xml b/kylin-spark-project/kylin-soft-affinity-cache/pom.xml index 02b0d018da..61bf049609 100644 --- a/kylin-spark-project/kylin-soft-affinity-cache/pom.xml +++ b/kylin-spark-project/kylin-soft-affinity-cache/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kylin-spark-project/kylin-spark-classloader/pom.xml b/kylin-spark-project/kylin-spark-classloader/pom.xml index 61dcbbe3d1..e4a2fc007a 100644 --- a/kylin-spark-project/kylin-spark-classloader/pom.xml +++ b/kylin-spark-project/kylin-spark-classloader/pom.xml @@ -23,12 +23,12 @@ <name>Apache Kylin 4.X - Classloader</name> <packaging>jar</packaging> <artifactId>kylin-spark-classloader</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <parent> <artifactId>kylin-spark-project</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kylin-spark-project/kylin-spark-common/pom.xml b/kylin-spark-project/kylin-spark-common/pom.xml index d83197219b..c2a48fc722 100644 --- a/kylin-spark-project/kylin-spark-common/pom.xml +++ b/kylin-spark-project/kylin-spark-common/pom.xml @@ -23,12 +23,12 @@ <name>Apache Kylin 4.X - Common</name> <packaging>jar</packaging> <artifactId>kylin-spark-common</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <parent> <artifactId>kylin-spark-project</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kylin-spark-project/kylin-spark-engine/pom.xml b/kylin-spark-project/kylin-spark-engine/pom.xml index 1a18910bf2..2d93a8e798 100644 --- a/kylin-spark-project/kylin-spark-engine/pom.xml +++ b/kylin-spark-project/kylin-spark-engine/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kylin-spark-project/kylin-spark-metadata/pom.xml b/kylin-spark-project/kylin-spark-metadata/pom.xml index 9bf6a6dcf2..f753d3bd9c 100644 --- a/kylin-spark-project/kylin-spark-metadata/pom.xml +++ b/kylin-spark-project/kylin-spark-metadata/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>kylin-spark-project</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kylin-spark-project/kylin-spark-query/pom.xml b/kylin-spark-project/kylin-spark-query/pom.xml index 90831ec187..a6cc726f33 100644 --- a/kylin-spark-project/kylin-spark-query/pom.xml +++ b/kylin-spark-project/kylin-spark-query/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kylin-spark-project/kylin-spark-test/pom.xml b/kylin-spark-project/kylin-spark-test/pom.xml index 141b8e647e..0b9feb7a80 100644 --- a/kylin-spark-project/kylin-spark-test/pom.xml +++ b/kylin-spark-project/kylin-spark-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/kylin-spark-project/pom.xml b/kylin-spark-project/pom.xml index eeec50359e..68d0b054dc 100644 --- a/kylin-spark-project/pom.xml +++ b/kylin-spark-project/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/metastore-hbase/pom.xml b/metastore-hbase/pom.xml index a026e2bd82..dbd80a5f2d 100644 --- a/metastore-hbase/pom.xml +++ b/metastore-hbase/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml index 27ea4fa189..b8518a5ca0 100644 --- a/metrics-reporter-hive/pom.xml +++ b/metrics-reporter-hive/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml index fee2b76e56..262ddb7c20 100644 --- a/metrics-reporter-kafka/pom.xml +++ b/metrics-reporter-kafka/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/parquet-assembly/pom.xml b/parquet-assembly/pom.xml index f8c5f79ef6..4164f76bc9 100644 --- a/parquet-assembly/pom.xml +++ b/parquet-assembly/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 276e084c3f..22b2d6dfbd 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -244,7 +244,7 @@ <developerConnection>scm:git:ssh://g...@github.com/apache/kylin.git </developerConnection> <url>https://github.com/apache/kylin</url> - <tag>HEAD</tag> + <tag>kylin-4.0.5</tag> </scm> <dependencyManagement> diff --git a/query/pom.xml b/query/pom.xml index 5bf8b60ff6..6ce7aa27bb 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/server-base/pom.xml b/server-base/pom.xml index f0053b52c0..2feafb7447 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> @@ -54,7 +54,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-build-engine</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </dependency> <!-- these plug-in modules, should not have API dependencies --> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-metastore-hbase</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </dependency> <dependency> <groupId>org.apache.kylin</groupId> diff --git a/server/pom.xml b/server/pom.xml index a1f5d809a8..17283981ba 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> @@ -157,7 +157,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-metastore-hbase</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> <type>test-jar</type> <scope>test</scope> </dependency> diff --git a/source-hive/pom.xml b/source-hive/pom.xml index eea23411be..01ebe54450 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <dependencies> diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml index 43c3f8bb4d..488e9895b1 100644 --- a/tool-assembly/pom.xml +++ b/tool-assembly/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <properties> diff --git a/tool/pom.xml b/tool/pom.xml index e1ead9b53e..bbc09a33e1 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.5-SNAPSHOT</version> + <version>4.0.5</version> </parent> <properties>