Repository: kylin Updated Branches: refs/heads/v1.6.0-rc1 30a45dcfe -> b5079074f
[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/b5079074 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b5079074 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b5079074 Branch: refs/heads/v1.6.0-rc1 Commit: b5079074f5ce87cb8ad18b2e047fd770fc945724 Parents: 30a45dc Author: shaofengshi <shaofeng...@apache.org> Authored: Thu Nov 10 05:52:39 2016 +0000 Committer: shaofengshi <shaofeng...@apache.org> Committed: Thu Nov 10 05:52:39 2016 +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/pom.xml | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 17716bc..1489728 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 5185962..bd434f7 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index a2ca10f..028be8f 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 7cfcf9f..2602c41 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index d712272..1691aff 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 04642a8..65a72ca 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index b0193eb..7a08944 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index ede1dfd..85c4c5d 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 47e7301..09aad8c 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 3dfd99e..52483f5 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index c0d8315..d8d0f77 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 70cfa9a..632beb4 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b58942d..a9cf4bc 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -179,7 +179,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-1.6.0</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 11ca72a..4920487 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/server-base/pom.xml ---------------------------------------------------------------------- diff --git a/server-base/pom.xml b/server-base/pom.xml index 61f95d0..622a27b 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index a233fb5..a3c96ce 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 79ced8c..be60cce 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index efd3750..d8bd1c6 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index ffe03fc..c04b54e 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>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/tomcat-ext/pom.xml ---------------------------------------------------------------------- diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index f04becf..ec07b36 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <artifactId>kylin-tomcat-ext</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/b5079074/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index 26f6ef9..7846212 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.6.0</version> + <version>1.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>