Repository: kylin Updated Branches: refs/heads/v1.5.0-release 64d02018f -> 5bdba6208
[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/5bdba620 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/5bdba620 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/5bdba620 Branch: refs/heads/v1.5.0-release Commit: 5bdba6208a64653357657b1302179cb4c714414b Parents: 64d0201 Author: Yang Li <liy...@apache.org> Authored: Sat Mar 12 12:56:00 2016 +0800 Committer: Yang Li <liy...@apache.org> Committed: Sat Mar 12 12:56:00 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/5bdba620/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 20f02a0..84f9189 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 6ca1eae..93f52b7 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 776ba76..3e5b138 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 97af425..9fde78a 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index d518ecf..9718b67 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index a17418c..ffe09b0 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 89d85f2..caf5246 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index b529488..9bb78ac 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 088641b..0d0f7b8 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 9cce44a..9998f66 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index ee1f498..9bc3464 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>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/invertedindex/pom.xml ---------------------------------------------------------------------- diff --git a/invertedindex/pom.xml b/invertedindex/pom.xml index 2082329..5007629 100644 --- a/invertedindex/pom.xml +++ b/invertedindex/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index c1311db..6af40d3 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 5b42622..e6cf589 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f8d95b7..f878d8b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> <name>Kylin:HadoopOLAPEngine</name> <url>http://kylin.apache.org</url> @@ -167,7 +167,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.5.0</tag> + <tag>apache-kylin-2.1</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index c1b3213..3fb407c 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 253ce69..5442f7f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>1.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 7a0c560..46c016d 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 4ed14e5..86a0e98 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/5bdba620/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index c15d617..8d3d814 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.5.0</version> + <version>1.5.0-SNAPSHOT</version> </parent>