Repository: kylin Updated Branches: refs/heads/v2.0.0-release 1412e954f -> 2461b6057
[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/2461b605 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2461b605 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2461b605 Branch: refs/heads/v2.0.0-release Commit: 2461b605713109a14705e26cbedf35d4a89cb015 Parents: 1412e95 Author: Li Yang <liy...@apache.org> Authored: Tue Apr 25 22:05:23 2017 +0000 Committer: Li Yang <liy...@apache.org> Committed: Tue Apr 25 22:05:23 2017 +0000 ---------------------------------------------------------------------- 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 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 2 +- pom.xml | 4 ++-- 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 +- 22 files changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index b85095d..e95eac4 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 2de8d59..818e3f4 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 6ef22bb..700eade 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 2320f66..c2b2315 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index c34fa94..2308665 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 62e75b1..01c380a 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index d9cc949..25b5664 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index f321919..b283abb 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index ee5c7fc..42fb2a1 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 9924994..736f3dd 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 717c78e..cc0690a 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 89c2a96..4dd7768 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -29,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e8335ee..75199ea 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -184,7 +184,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.0</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index c88f5c3..3eba2c1 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.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/server-base/pom.xml ---------------------------------------------------------------------- diff --git a/server-base/pom.xml b/server-base/pom.xml index 046df9a..573830d 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 5a471f3..e31dacd 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.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 590bc63..aff5b7d 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index ffeb701..7b1ec94 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 1c7d6cb..d958f97 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/tomcat-ext/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index 129c0b9..78421a5 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/tool-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml index b82389a..b30d901 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>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/2461b605/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index 47321d7..d495986 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0.0</version> + <version>2.1.0-SNAPSHOT</version> </parent> <dependencies>