[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/4cdc07ea Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4cdc07ea Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4cdc07ea Branch: refs/heads/1.5.x-HBase1.x Commit: 4cdc07ea34d0c2fb12951500e0fa28130659affb Parents: 1f79762 Author: shaofengshi <shaofeng...@apache.org> Authored: Mon Jul 25 01:57:29 2016 +0000 Committer: shaofengshi <shaofeng...@apache.org> Committed: Mon Jul 25 01:57: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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index ca4c7a9..8e75b18 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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index a663fb3..e86998e 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/4cdc07ea/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/4cdc07ea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 94f4e33..0715e87 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> @@ -653,7 +653,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/kylin/blob/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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/4cdc07ea/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>