[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/3000b6ad Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/3000b6ad Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/3000b6ad Branch: refs/heads/v2.0-alpha-release Commit: 3000b6ad0130d83ee4b48c8ab605103c420cad49 Parents: dc10a38 Author: Yang Li <liy...@apache.org> Authored: Tue Feb 9 13:07:45 2016 +0800 Committer: Yang Li <liy...@apache.org> Committed: Tue Feb 9 13:07:45 2016 +0800 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- atopcalcite/pom.xml | 2 +- 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-storage/pom.xml | 2 +- engine-mr/pom.xml | 2 +- engine-spark/pom.xml | 2 +- engine-streaming/pom.xml | 2 +- invertedindex/pom.xml | 2 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 2 +- pom.xml | 4 ++-- query/pom.xml | 2 +- server/pom.xml | 2 +- source-hive/pom.xml | 2 +- source-kafka/pom.xml | 2 +- storage-hbase/pom.xml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 6007c2e..0860c5c 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index ff8e0e0..34c25e1 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index bba60a3..a8f86ea 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index ddfe494..ef06254 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index a8bdcce..4af01e7 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 6852663..bf34793 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 2248319..30737db 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index a429e83..6eae19a 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 86a8b59..3e9ead9 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index d866d46..a6896a4 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -23,7 +23,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <artifactId>kylin-engine-spark</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index 5384198..a2a91d4 100644 --- a/engine-streaming/pom.xml +++ b/engine-streaming/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/invertedindex/pom.xml ---------------------------------------------------------------------- diff --git a/invertedindex/pom.xml b/invertedindex/pom.xml index 143e6f3..d9bbd9d 100644 --- a/invertedindex/pom.xml +++ b/invertedindex/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index d5dbda0..0bf2122 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 5c8cd7c..0a7aac9 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 356b457..1ec62bc 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> <name>Kylin:HadoopOLAPEngine</name> <url>http://kylin.apache.org</url> <inceptionYear>2014</inceptionYear> @@ -165,7 +165,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/kylin.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/kylin.git</url> - <tag>kylin-2.0-alpha</tag> + <tag>apache-kylin-2.0-incubating</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 276fd07..bdb5b68 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 68ad090..246638b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index f7521f3..1b39f3d 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 80f44d1..49023f4 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/3000b6ad/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 5bf648e..37b15cf 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-alpha</version> + <version>2.0-beta-SNAPSHOT</version> </parent>