Repository: kylin Updated Branches: refs/heads/v2.0-alpha-release fbed0543e -> 3000b6ad0
[maven-release-plugin] prepare release kylin-2.0-alpha Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/dc10a383 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/dc10a383 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/dc10a383 Branch: refs/heads/v2.0-alpha-release Commit: dc10a38360c4c014dd9853c6bae0d5a2c115c4c5 Parents: fbed054 Author: Yang Li <liy...@apache.org> Authored: Tue Feb 9 13:06:20 2016 +0800 Committer: Yang Li <liy...@apache.org> Committed: Tue Feb 9 13:06:20 2016 +0800 ---------------------------------------------------------------------- assembly/pom.xml | 6 ++---- atopcalcite/pom.xml | 2 +- core-common/pom.xml | 5 ++--- 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 | 6 ++---- engine-streaming/pom.xml | 6 ++---- invertedindex/pom.xml | 2 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 16 +++++++--------- pom.xml | 7 +++---- query/pom.xml | 5 ++--- server/pom.xml | 5 ++--- source-hive/pom.xml | 2 +- source-kafka/pom.xml | 6 ++---- storage-hbase/pom.xml | 8 +++----- 20 files changed, 37 insertions(+), 53 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 102a930..6007c2e 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -17,13 +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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index de2ae2d..ff8e0e0 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 6e5553e..bba60a3 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -17,8 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-core-common</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index ecac276..ddfe494 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index e54f5f3..a8bdcce 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 9d70939..6852663 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 4f4b3d5..2248319 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 9579bbb..a429e83 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 60f9719..86a8b59 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index a35fee0..d866d46 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -17,15 +17,13 @@ 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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <artifactId>kylin-engine-spark</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index 6dfbf6a..5384198 100644 --- a/engine-streaming/pom.xml +++ b/engine-streaming/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-engine-streaming</artifactId> @@ -29,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/invertedindex/pom.xml ---------------------------------------------------------------------- diff --git a/invertedindex/pom.xml b/invertedindex/pom.xml index 6b6b227..143e6f3 100644 --- a/invertedindex/pom.xml +++ b/invertedindex/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 8fb9db8..d5dbda0 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/kylin-it/pom.xml ---------------------------------------------------------------------- diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index 3037f02..5c8cd7c 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -18,13 +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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,8 +31,8 @@ <properties> - <hdp.version/> - <fastBuildMode/> + <hdp.version /> + <fastBuildMode /> </properties> <!-- Dependencies. --> @@ -304,7 +302,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> @@ -324,7 +322,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> @@ -344,7 +342,7 @@ <argument>-Dhdp.version=${hdp.version}</argument> <argument>-DfastBuildMode=${fastBuildMode}</argument> <argument>-classpath</argument> - <classpath/> + <classpath /> <argument>org.apache.kylin.provision.BuildIIWithStream</argument> </arguments> <workingDirectory>${project.basedir}</workingDirectory> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d9a54b..356b457 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -30,7 +29,7 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> <name>Kylin:HadoopOLAPEngine</name> <url>http://kylin.apache.org</url> <inceptionYear>2014</inceptionYear> @@ -166,7 +165,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>apache-kylin-2.0-incubating</tag> + <tag>kylin-2.0-alpha</tag> </scm> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 8f4c4d6..276fd07 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -17,8 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <!-- The basics. --> <artifactId>kylin-query</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 8ae48ef..68ad090 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -17,8 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-server</artifactId> @@ -29,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 184fe6b..f7521f3 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>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 25d70ea..80f44d1 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -17,9 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-source-kafka</artifactId> @@ -29,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> http://git-wip-us.apache.org/repos/asf/kylin/blob/dc10a383/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 70fa3f0..5bf648e 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -17,8 +17,7 @@ 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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-storage-hbase</artifactId> @@ -28,7 +27,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-alpha</version> </parent> @@ -128,8 +127,7 @@ <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>coprocessor</shadedClassifierName> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> <artifactSet> <includes>