This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch kylin-on-parquet-v2 in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin-on-parquet-v2 by this push: new fd94b5d [maven-release-plugin] prepare release kylin-4.0.0-alpha fd94b5d is described below commit fd94b5d152ecbf40612393e52979cbbe5aa075ff Author: nichunen <n...@apache.org> AuthorDate: Mon Sep 7 04:51:37 2020 +0000 [maven-release-plugin] prepare release kylin-4.0.0-alpha --- build-engine/pom.xml | 2 +- cache/pom.xml | 5 ++--- core-common/pom.xml | 2 +- core-cube/pom.xml | 2 +- core-dictionary/pom.xml | 2 +- core-job/pom.xml | 2 +- core-metadata/pom.xml | 2 +- core-metrics/pom.xml | 2 +- core-storage/pom.xml | 2 +- datasource-sdk/pom.xml | 6 ++---- jdbc/pom.xml | 2 +- kylin-spark-project/kylin-spark-classloader/pom.xml | 8 +++----- kylin-spark-project/kylin-spark-common/pom.xml | 10 ++++------ kylin-spark-project/kylin-spark-engine/pom.xml | 8 +++----- kylin-spark-project/kylin-spark-metadata/pom.xml | 6 ++---- kylin-spark-project/kylin-spark-query/pom.xml | 6 ++---- kylin-spark-project/kylin-spark-test/pom.xml | 12 +++++------- kylin-spark-project/pom.xml | 6 ++---- metastore-hbase/pom.xml | 7 +++---- metrics-reporter-hive/pom.xml | 2 +- metrics-reporter-kafka/pom.xml | 2 +- parquet-assembly/pom.xml | 6 ++---- pom.xml | 11 +++++------ 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 +- 29 files changed, 55 insertions(+), 76 deletions(-) diff --git a/build-engine/pom.xml b/build-engine/pom.xml index a23ec18..53c2c0c 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/cache/pom.xml b/cache/pom.xml index 3455e05..e165b83 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -15,8 +15,7 @@ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-cache</artifactId> @@ -27,7 +26,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-common/pom.xml b/core-common/pom.xml index d169f2c..a23599e 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-cube/pom.xml b/core-cube/pom.xml index abd297d..a45e0fb 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index 6c5ee1c..20857c1 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-job/pom.xml b/core-job/pom.xml index 7a71ed3..4fb367e 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 321eff2..72030e9 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml index dce372a..84c75e8 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 3849ea3..79d5950 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/datasource-sdk/pom.xml b/datasource-sdk/pom.xml index 1dcc5f2..150c7d7 100644 --- a/datasource-sdk/pom.xml +++ b/datasource-sdk/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-datasource-sdk</artifactId> @@ -28,7 +26,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index bf3b905..7b41e67 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <properties> diff --git a/kylin-spark-project/kylin-spark-classloader/pom.xml b/kylin-spark-project/kylin-spark-classloader/pom.xml index db06413..1d59022 100644 --- a/kylin-spark-project/kylin-spark-classloader/pom.xml +++ b/kylin-spark-project/kylin-spark-classloader/pom.xml @@ -17,20 +17,18 @@ 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"> <modelVersion>4.0.0</modelVersion> <name>Apache Kylin 4.X - Classloader</name> <packaging>jar</packaging> <artifactId>kylin-spark-classloader</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <parent> <artifactId>kylin-spark-project</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</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 58b48c0..6cc0053 100644 --- a/kylin-spark-project/kylin-spark-common/pom.xml +++ b/kylin-spark-project/kylin-spark-common/pom.xml @@ -17,20 +17,18 @@ 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"> <modelVersion>4.0.0</modelVersion> <name>Apache Kylin 4.X - Common</name> <packaging>jar</packaging> <artifactId>kylin-spark-common</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <parent> <artifactId>kylin-spark-project</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <relativePath>../pom.xml</relativePath> </parent> @@ -47,7 +45,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-metadata</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </dependency> </dependencies> diff --git a/kylin-spark-project/kylin-spark-engine/pom.xml b/kylin-spark-project/kylin-spark-engine/pom.xml index c0a1ad2..9114b13 100644 --- a/kylin-spark-project/kylin-spark-engine/pom.xml +++ b/kylin-spark-project/kylin-spark-engine/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-spark-engine</artifactId> @@ -29,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <relativePath>../pom.xml</relativePath> </parent> @@ -42,7 +40,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-metadata</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </dependency> <dependency> <groupId>org.apache.kylin</groupId> diff --git a/kylin-spark-project/kylin-spark-metadata/pom.xml b/kylin-spark-project/kylin-spark-metadata/pom.xml index 46a8bb4..ae675b4 100644 --- a/kylin-spark-project/kylin-spark-metadata/pom.xml +++ b/kylin-spark-project/kylin-spark-metadata/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-spark-metadata</artifactId> <packaging>jar</packaging> @@ -28,7 +26,7 @@ <parent> <artifactId>kylin-spark-project</artifactId> <groupId>org.apache.kylin</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</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 ba6e2af..a8d93b6 100644 --- a/kylin-spark-project/kylin-spark-query/pom.xml +++ b/kylin-spark-project/kylin-spark-query/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-spark-query</artifactId> @@ -29,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</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 5541dd9..5931821 100644 --- a/kylin-spark-project/kylin-spark-test/pom.xml +++ b/kylin-spark-project/kylin-spark-test/pom.xml @@ -16,13 +16,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> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-project</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -49,12 +47,12 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-engine</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-query</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </dependency> <dependency> @@ -144,7 +142,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-spark-query</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <type>test-jar</type> <scope>test</scope> </dependency> diff --git a/kylin-spark-project/pom.xml b/kylin-spark-project/pom.xml index db5b1cb..0c9ac80 100644 --- a/kylin-spark-project/pom.xml +++ b/kylin-spark-project/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-spark-project</artifactId> <packaging>pom</packaging> @@ -28,7 +26,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/metastore-hbase/pom.xml b/metastore-hbase/pom.xml index 5fd62b6..afa0461 100644 --- a/metastore-hbase/pom.xml +++ b/metastore-hbase/pom.xml @@ -17,8 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-metastore-hbase</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> @@ -130,7 +129,7 @@ <!-- <shadedClassifierName>coprocessor</shadedClassifierName>--> <!-- <transformers>--> <!-- <transformer--> -<!-- implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>--> +<!-- implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />--> <!-- </transformers>--> <!-- <artifactSet>--> <!-- <includes>--> diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml index ed9ea2e..4de3c4c 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml index 1c39f08..94d2998 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/parquet-assembly/pom.xml b/parquet-assembly/pom.xml index 6254690..d7a4745 100644 --- a/parquet-assembly/pom.xml +++ b/parquet-assembly/pom.xml @@ -16,13 +16,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>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index d388029..b7cf3d5 100644 --- a/pom.xml +++ b/pom.xml @@ -16,22 +16,21 @@ 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>19</version> - <relativePath/> + <relativePath /> <!-- no parent resolution --> </parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -236,7 +235,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.0-alpha</tag> </scm> <dependencyManagement> @@ -2051,7 +2050,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> diff --git a/query/pom.xml b/query/pom.xml index 1341abc..6ef92d8 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/server-base/pom.xml b/server-base/pom.xml index a5411c8..0f43bee 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> @@ -54,7 +54,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-build-engine</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </dependency> <dependency> <groupId>org.apache.kylin</groupId> diff --git a/server/pom.xml b/server/pom.xml index a992385..5dbace2 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-metastore-hbase</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> <type>test-jar</type> <scope>test</scope> </dependency> diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 8430796..f597674 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <dependencies> diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml index 0fa6174..2f879ef 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <properties> diff --git a/tool/pom.xml b/tool/pom.xml index cfadc5c..9ab5259 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.0-SNAPSHOT</version> + <version>4.0.0-alpha</version> </parent> <properties>