minor, update version in pom
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/0d29d63e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/0d29d63e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0d29d63e Branch: refs/heads/2.x-staging Commit: 0d29d63e7415f69182334bdb5dbea07f519a4829 Parents: 30c9fd6 Author: honma <[email protected]> Authored: Mon Jan 25 17:42:24 2016 +0800 Committer: honma <[email protected]> Committed: Tue Jan 26 21:40:48 2016 +0800 ---------------------------------------------------------------------- assembly/pom.xml | 3 +- atopcalcite/pom.xml | 2 +- core-common/pom.xml | 3 +- core-cube/pom.xml | 3 +- core-dictionary/pom.xml | 3 +- core-job/pom.xml | 3 +- core-metadata/pom.xml | 3 +- core-storage/pom.xml | 3 +- engine-mr/pom.xml | 3 +- engine-spark/pom.xml | 3 +- engine-streaming/pom.xml | 3 +- invertedindex/pom.xml | 3 +- jdbc/pom.xml | 144 +++++++++++++++++++++--------------------- pom.xml | 3 +- query/pom.xml | 3 +- server/pom.xml | 3 +- source-hive/pom.xml | 3 +- source-kafka/pom.xml | 3 +- storage-hbase/pom.xml | 3 +- 19 files changed, 108 insertions(+), 89 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index cd7fc2b..999226a 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -5,7 +5,8 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/atopcalcite/pom.xml ---------------------------------------------------------------------- diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index 45cca31..9c296d0 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-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/core-common/pom.xml ---------------------------------------------------------------------- diff --git a/core-common/pom.xml b/core-common/pom.xml index 8c7edb1..28566d6 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -28,7 +28,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/core-cube/pom.xml ---------------------------------------------------------------------- diff --git a/core-cube/pom.xml b/core-cube/pom.xml index 58c1a14..3757a8b 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/core-dictionary/pom.xml ---------------------------------------------------------------------- diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index 2ea09fb..4add5e8 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/core-job/pom.xml ---------------------------------------------------------------------- diff --git a/core-job/pom.xml b/core-job/pom.xml index 97c8f2e..32f149e 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/core-metadata/pom.xml ---------------------------------------------------------------------- diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 8abf02e..f0bbd40 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/core-storage/pom.xml ---------------------------------------------------------------------- diff --git a/core-storage/pom.xml b/core-storage/pom.xml index ad440da..2f6fbbb 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/engine-mr/pom.xml ---------------------------------------------------------------------- diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 4500555..eb20279 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/engine-spark/pom.xml ---------------------------------------------------------------------- diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index d2b150e..5c5ff17 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -6,7 +6,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <artifactId>kylin-engine-spark</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/engine-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/engine-streaming/pom.xml b/engine-streaming/pom.xml index 46b63b3..1febdbc 100644 --- a/engine-streaming/pom.xml +++ b/engine-streaming/pom.xml @@ -11,7 +11,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/invertedindex/pom.xml ---------------------------------------------------------------------- diff --git a/invertedindex/pom.xml b/invertedindex/pom.xml index 70f9d3f..6d75dc0 100644 --- a/invertedindex/pom.xml +++ b/invertedindex/pom.xml @@ -21,7 +21,8 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-invertedindex</artifactId> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 6106f3c..3867385 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -17,81 +17,83 @@ 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"> - <modelVersion>4.0.0</modelVersion> - <artifactId>kylin-jdbc</artifactId> - <packaging>jar</packaging> - <name>Kylin:JDBC</name> - <description>Kylin JDBC Driver on Calcite Avatica</description> +<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-jdbc</artifactId> + <packaging>jar</packaging> + <name>Kylin:JDBC</name> + <description>Kylin JDBC Driver on Calcite Avatica</description> - <parent> - <groupId>org.apache.kylin</groupId> - <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.apache.kylin</groupId> + <artifactId>kylin</artifactId> + <version>2.1-SNAPSHOT</version> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + </parent> - <dependencies> - <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-avatica</artifactId> - </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> - </dependencies> + <dependencies> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-avatica</artifactId> + </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> - <build> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - <appendAssemblyId>false</appendAssemblyId> - </configuration> - <executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> + </dependencies> + + <build> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptorRefs> + <descriptorRef>jar-with-dependencies</descriptorRef> + </descriptorRefs> + <appendAssemblyId>false</appendAssemblyId> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6db15e9..fbe5e52 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,8 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + <name>Kylin:HadoopOLAPEngine</name> <url>http://kylin.apache.org</url> <inceptionYear>2014</inceptionYear> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 36a03b0..479c3e1 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -28,7 +28,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 3fac498..abf898e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -28,7 +28,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/source-hive/pom.xml ---------------------------------------------------------------------- diff --git a/source-hive/pom.xml b/source-hive/pom.xml index 872355a..9adc02b 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -27,7 +27,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/source-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 510bcf4..d12e83c 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -11,7 +11,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties> http://git-wip-us.apache.org/repos/asf/kylin/blob/0d29d63e/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 164937d..003affd 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -28,7 +28,8 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.0-incubating-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> + </parent> <properties>
