update KYLIN version to 2.3.0
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/dbc513ee Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/dbc513ee Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/dbc513ee Branch: refs/heads/master Commit: dbc513eef80d6e7c43f6f14fb69586c6b8897f3a Parents: 9295947 Author: Li Yang <[email protected]> Authored: Mon Oct 2 17:14:11 2017 +0800 Committer: Li Yang <[email protected]> Committed: Sun Oct 8 18:31:56 2017 +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 | 5 ++--- 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-assembly/pom.xml | 2 +- tool/pom.xml | 2 +- 23 files changed, 24 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 3435ed4..a0e7bd8 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 6542836..80b3a9a 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 6de4897..c6fc893 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/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 e52feab..749cb86 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 @@ -95,7 +95,7 @@ public class KylinVersion implements Comparable { /** * Require MANUAL updating kylin version per ANY upgrading. */ - private static final KylinVersion CURRENT_KYLIN_VERSION = new KylinVersion("2.2.0.20500"); + private static final KylinVersion CURRENT_KYLIN_VERSION = new KylinVersion("2.3.0.20500"); private static final KylinVersion VERSION_200 = new KylinVersion("2.0.0"); http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 7b79608..3712f88 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index 40959f8..3a53149 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index a7d31b0..1f433bf 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 469f880..19ef387 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 1808cd2..ce913b5 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 3bfa188..1ddc2bd 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 56cd9ce..e2df5a6 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index ad85412..5374226 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index fa296c7..0d97100 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -31,7 +31,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f05806..54cdf08 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -1002,8 +1002,7 @@ <phase>validate</phase> <configuration> <configLocation>dev-support/checkstyle.xml</configLocation> - <suppressionsLocation>dev-support/checkstyle-suppressions.xml - </suppressionsLocation> + <suppressionsLocation>dev-support/checkstyle-suppressions.xml</suppressionsLocation> <includeTestSourceDirectory>true</includeTestSourceDirectory> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 4ece9ef..054927c 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/server-base/pom.xml ---------------------------------------------------------------------- diff --git a/server-base/pom.xml b/server-base/pom.xml index 24a0da8..07934ed 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index d45150d..e1a44ce 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 877665b..9a4d537 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 97c2312..f9197d4 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index c9072c3..15791d5 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/tomcat-ext/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index 6540d00..3805e92 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/tool-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml index 9bef1f8..d2a2df3 100644 --- a/tool-assembly/pom.xml +++ b/tool-assembly/pom.xml @@ -29,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dbc513ee/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index 62eaf16..124f25e 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -29,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties>
