upgrade pom to 2.0.0
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8cd416a3 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8cd416a3 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/8cd416a3 Branch: refs/heads/master-hbase1.x Commit: 8cd416a3b18c43a63a8437a8a35728d2ba25076e Parents: 13c3407 Author: Li Yang <liy...@apache.org> Authored: Thu Dec 29 17:03:23 2016 +0800 Committer: Li Yang <liy...@apache.org> Committed: Thu Dec 29 17:03:23 2016 +0800 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- atopcalcite/pom.xml | 2 +- core-common/pom.xml | 2 +- .../src/main/java/org/apache/kylin/common/KylinVersion.java | 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 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 2 +- pom.xml | 2 +- query/pom.xml | 2 +- server-base/pom.xml | 2 +- server/pom.xml | 2 +- source-hive/pom.xml | 2 +- source-kafka/pom.xml | 2 +- storage-hbase/pom.xml | 2 +- tomcat-ext/pom.xml | 2 +- tool/pom.xml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 73f9e12..65e3a8c 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index c1dba66..b1bc171 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 1bc5836..2265651 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java ---------------------------------------------------------------------- diff --git a/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java b/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java index 622c6af..465ca5a 100644 --- a/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java +++ b/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java @@ -69,7 +69,7 @@ public class KylinVersion { /** * Require MANUAL updating kylin version per ANY upgrading. */ - private static final KylinVersion CURRENT_KYLIN_VERSION = new KylinVersion("1.6.1"); + private static final KylinVersion CURRENT_KYLIN_VERSION = new KylinVersion("2.0.0"); private static final Set<KylinVersion> SIGNATURE_INCOMPATIBLE_REVISIONS = new HashSet<KylinVersion>(); http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index b013493..b7db363 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index 636986f..a74eccb 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 22d61f3..dad0428 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 829c9fd..f5c8f8a 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 458a328..8987608 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 4856feb..f31e650 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index a7cffdd..504a966 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 22d8eca..45c212a 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 86f2544..9bc1885 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 48c075f..0b323cf 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index c51812d..51f9370 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/server-base/pom.xml ---------------------------------------------------------------------- diff --git a/server-base/pom.xml b/server-base/pom.xml index e4ebeb9..e75e683 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index cf92fb1..981d64c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index ea87b73..c7a413e 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>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 76734a8..d59c257 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 7724810..b0738f6 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/tomcat-ext/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index 845f44e..5387eb6 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>kylin-tomcat-ext</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/8cd416a3/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index 8eddec4..213f05c 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.6.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>