Repository: kylin Updated Branches: refs/heads/v1.5.3-release 4bd685a6a -> 571874049
[maven-release-plugin] prepare release kylin-1.5.3 Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/57187404 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/57187404 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/57187404 Branch: refs/heads/v1.5.3-release Commit: 571874049bdb9139afdc467474b53a1d63be818b Parents: 4bd685a Author: shaofengshi <shaofeng...@apache.org> Authored: Tue Jul 19 11:26:29 2016 +0000 Committer: shaofengshi <shaofeng...@apache.org> Committed: Tue Jul 19 11:26:29 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 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 13 ++++++------- pom.xml | 6 +++--- 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 +- tool/pom.xml | 5 ++--- 21 files changed, 29 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index fc1ef63..976f8b2 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index be28f1c..4a849b5 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 5d5369f..dbe33bf 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 0fc2875..2d4ca47 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index b0f400e..f14d639 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 8a1211f..bc3f684 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 0a7cb40..1a2c5e8 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 27ee61c..23a6e44 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 12a6b73..23c881d 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 207fc4d..b7d450f 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index 7110377..5307466 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 3977d85..3ae2eef 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index a96dcd9..e9765f1 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -18,12 +18,11 @@ --> -<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"> +<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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -31,8 +30,8 @@ <name>Kylin:IT</name> <properties> - <hdp.version/> - <fastBuildMode/> + <hdp.version /> + <fastBuildMode /> </properties> <!-- Dependencies. --> @@ -322,7 +321,7 @@ <argument>-Dhdp.version=${hdp.version}</argument> <argument>-DfastBuildMode=${fastBuildMode}</argument> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>org.apache.kylin.provision.BuildCubeWithEngine</argument> </arguments> <workingDirectory>${project.basedir}</workingDirectory> @@ -343,7 +342,7 @@ <argument>-Dhdp.version=${hdp.version}</argument> <argument>-DfastBuildMode=${fastBuildMode}</argument> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>org.apache.kylin.provision.BuildCubeWithStream</argument> </arguments> <workingDirectory>${project.basedir}</workingDirectory> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f35ed3..54c0816 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.3-SNAPSHOT</version> + <version>1.5.3</version> <name>Kylin:HadoopOLAPEngine</name> <url>http://kylin.apache.org</url> @@ -168,7 +168,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>HEAD</tag> + <tag>kylin-1.5.3</tag> </scm> <dependencyManagement> @@ -648,7 +648,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index a0b8d94..dac7db3 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/server-base/pom.xml ---------------------------------------------------------------------- diff --git a/server-base/pom.xml b/server-base/pom.xml index e6a4cc5..e1f42ab 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.5.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index e662909..bca91fb 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index a7c68eb..b2e6b33 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index cf92762..2e983da 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 0cb42db..39782de 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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/57187404/tool/pom.xml ---------------------------------------------------------------------- diff --git a/tool/pom.xml b/tool/pom.xml index 171644a..5342336 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -17,12 +17,11 @@ limitations under the License. --> -<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"> +<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.3-SNAPSHOT</version> + <version>1.5.3</version> </parent> <modelVersion>4.0.0</modelVersion>