[maven-release-plugin] prepare release kylin-1.5.2
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/af2646b7 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/af2646b7 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/af2646b7 Branch: refs/heads/1.5.x-CDH5.7 Commit: af2646b72fbb6dc81699ad6661303fd612a2eebf Parents: b5e7be9 Author: lidongsjtu <lid...@apache.org> Authored: Mon May 23 07:47:19 2016 +0000 Committer: lidongsjtu <lid...@apache.org> Committed: Mon May 23 07:47:19 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 +- engine-streaming/pom.xml | 2 +- invertedindex/pom.xml | 2 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 2 +- pom.xml | 5 +++-- query/pom.xml | 2 +- server/pom.xml | 2 +- source-hive/pom.xml | 2 +- source-kafka/pom.xml | 2 +- storage-hbase/pom.xml | 2 +- tool/pom.xml | 5 ++--- 21 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 58f9e19..b6e3675 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index d6c57f3..7c70df3 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 0c85124..7647621 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index f41b507..2309872 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index 17319e0..1af0091 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 09f20e3..864bf1b 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index cd4abf9..f65129d 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index b53bbc0..2f08dd9 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 8cc86d0..379eaa6 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index d0c5146..eda0513 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index dba8eb0..3613cfe 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/invertedindex/pom.xml ---------------------------------------------------------------------- diff --git a/invertedindex/pom.xml b/invertedindex/pom.xml index 95ba45f..95fa443 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index a1879c4..3de7817 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 1a3efb7..dec032d 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 326ae30..12d9eb2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <name>Kylin:HadoopOLAPEngine</name> <url>http://kylin.apache.org</url> @@ -169,7 +169,8 @@ <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> - </scm> + <tag>kylin-1.5.2</tag> + </scm> <dependencyManagement> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 4730fbc..17f8169 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 87c3eb0..36d7b83 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 796b9c1..2cb5581 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index a3f90bf..398409b 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 397410e..f067bf6 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.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/af2646b7/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index 2ffa79e..d5b35f4 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -17,12 +17,11 @@ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion>