This is an automated email from the ASF dual-hosted git repository. billyliu pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/2.3.x by this push: new f7e4052 [maven-release-plugin] rollback the release of kylin-2.3.0 f7e4052 is described below commit f7e4052e99a18dfdd34d384b8a02cd72c5962f70 Author: Billy Liu <billy...@apache.org> AuthorDate: Wed Feb 21 13:59:44 2018 +0000 [maven-release-plugin] rollback the release of kylin-2.3.0 --- assembly/pom.xml | 5 +++-- atopcalcite/pom.xml | 5 +++-- core-common/pom.xml | 5 +++-- core-cube/pom.xml | 5 +++-- core-dictionary/pom.xml | 5 +++-- core-job/pom.xml | 5 +++-- core-metadata/pom.xml | 6 ++++-- core-metrics/pom.xml | 5 +++-- core-storage/pom.xml | 5 +++-- engine-mr/pom.xml | 5 +++-- engine-spark/pom.xml | 5 +++-- external/pom.xml | 6 ++++-- jdbc/pom.xml | 5 +++-- kylin-it/pom.xml | 18 ++++++++++-------- metrics-reporter-hive/pom.xml | 5 +++-- metrics-reporter-kafka/pom.xml | 2 +- pom.xml | 14 ++++++++------ query/pom.xml | 5 +++-- server-base/pom.xml | 6 ++++-- server/pom.xml | 5 +++-- source-hive/pom.xml | 5 +++-- source-kafka/pom.xml | 5 +++-- storage-hbase/pom.xml | 9 ++++++--- tomcat-ext/pom.xml | 6 ++++-- tool-assembly/pom.xml | 5 +++-- tool/pom.xml | 5 +++-- 26 files changed, 95 insertions(+), 62 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 558ae91..cc254d1 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -17,7 +17,8 @@ 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-assembly</artifactId> @@ -26,7 +27,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml index d5d0325..80b3a9a 100644 --- a/atopcalcite/pom.xml +++ b/atopcalcite/pom.xml @@ -17,7 +17,8 @@ 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>atopcalcite</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-common/pom.xml b/core-common/pom.xml index 1b81f69..4d12a47 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml @@ -17,7 +17,8 @@ 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 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-cube/pom.xml b/core-cube/pom.xml index ddf89d2..2bd1ecd 100644 --- a/core-cube/pom.xml +++ b/core-cube/pom.xml @@ -17,7 +17,8 @@ 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-cube</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml index a9d4ef4..3a53149 100644 --- a/core-dictionary/pom.xml +++ b/core-dictionary/pom.xml @@ -17,7 +17,8 @@ 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-dictionary</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-job/pom.xml b/core-job/pom.xml index 5bac3d1..c3b912b 100644 --- a/core-job/pom.xml +++ b/core-job/pom.xml @@ -17,7 +17,8 @@ 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-job</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml index 211d04f..9ea2ea6 100644 --- a/core-metadata/pom.xml +++ b/core-metadata/pom.xml @@ -17,7 +17,9 @@ 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-metadata</artifactId> @@ -28,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml index c56e15c..e436c97 100644 --- a/core-metrics/pom.xml +++ b/core-metrics/pom.xml @@ -17,7 +17,8 @@ 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: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"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-core-metrics</artifactId> @@ -28,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/core-storage/pom.xml b/core-storage/pom.xml index 34d7dbe..ce913b5 100644 --- a/core-storage/pom.xml +++ b/core-storage/pom.xml @@ -17,7 +17,8 @@ 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-storage</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml index 2b2d3bb..52d3d86 100644 --- a/engine-mr/pom.xml +++ b/engine-mr/pom.xml @@ -17,7 +17,8 @@ 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-mr</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml index 17bc5c5..e2df5a6 100644 --- a/engine-spark/pom.xml +++ b/engine-spark/pom.xml @@ -17,7 +17,8 @@ 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-spark</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/external/pom.xml b/external/pom.xml index 1e18edc..8a43a5d 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -17,7 +17,9 @@ 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-external</artifactId> <packaging>pom</packaging> @@ -26,7 +28,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index a730b23..5374226 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -17,7 +17,8 @@ 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-jdbc</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml index a119a0d..0d97100 100644 --- a/kylin-it/pom.xml +++ b/kylin-it/pom.xml @@ -18,7 +18,9 @@ --> -<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-it</artifactId> @@ -29,14 +31,14 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> - <hdp.version /> - <fastBuildMode /> - <buildCubeUsingProvidedData /> - <engineType /> + <hdp.version/> + <fastBuildMode/> + <buildCubeUsingProvidedData/> + <engineType/> </properties> <!-- Dependencies. --> @@ -373,7 +375,7 @@ -Dlog4j.configuration=file:${project.basedir}/..//build/conf/kylin-tools-log4j.properties </argument> <argument>-classpath</argument> - <classpath /> + <classpath/> <argument>org.apache.kylin.provision.BuildCubeWithEngine </argument> </arguments> @@ -400,7 +402,7 @@ -Dlog4j.configuration=file:${project.basedir}/..//build/conf/kylin-tools-log4j.properties </argument> <argument>-classpath</argument> - <classpath /> + <classpath/> <argument>org.apache.kylin.provision.BuildCubeWithStream </argument> </arguments> diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml index 10ea68e..e25636e 100644 --- a/metrics-reporter-hive/pom.xml +++ b/metrics-reporter-hive/pom.xml @@ -17,7 +17,8 @@ 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-metrics-reporter-hive</artifactId> @@ -28,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml index c8f841a..ae9fb88 100644 --- a/metrics-reporter-kafka/pom.xml +++ b/metrics-reporter-kafka/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/pom.xml b/pom.xml index 6afb671..ebc66cb 100644 --- a/pom.xml +++ b/pom.xml @@ -16,21 +16,23 @@ See the License for the specific language governing permissions and 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> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>16</version> - <relativePath /> + <relativePath/> <!-- no parent resolution --> </parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> <packaging>pom</packaging> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> <name>Apache Kylin</name> <url>http://kylin.apache.org</url> @@ -191,7 +193,7 @@ <developerConnection>scm:git:ssh://g...@github.com/apache/kylin.git </developerConnection> <url>https://github.com/apache/kylin</url> - <tag>kylin-2.3.0</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> @@ -467,7 +469,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-external-htrace</artifactId> - <version>2.3.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>commons-cli</groupId> @@ -1090,7 +1092,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore /> + <ignore/> </action> </pluginExecution> </pluginExecutions> diff --git a/query/pom.xml b/query/pom.xml index 71c6a9c..054927c 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -17,7 +17,8 @@ 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-query</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/server-base/pom.xml b/server-base/pom.xml index 6d025f4..be21ff1 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -17,7 +17,9 @@ 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-base</artifactId> @@ -28,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/server/pom.xml b/server/pom.xml index d85b612..e1a44ce 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -17,7 +17,8 @@ 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> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/source-hive/pom.xml b/source-hive/pom.xml index dda65f4..b9f87ee 100644 --- a/source-hive/pom.xml +++ b/source-hive/pom.xml @@ -17,7 +17,8 @@ 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-hive</artifactId> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml index 94f3b33..f9197d4 100644 --- a/source-kafka/pom.xml +++ b/source-kafka/pom.xml @@ -17,7 +17,8 @@ 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> @@ -28,7 +29,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml index 192c77e..15791d5 100644 --- a/storage-hbase/pom.xml +++ b/storage-hbase/pom.xml @@ -17,7 +17,9 @@ 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 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> @@ -113,7 +115,8 @@ <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> diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml index dd22adb..3805e92 100644 --- a/tomcat-ext/pom.xml +++ b/tomcat-ext/pom.xml @@ -17,7 +17,9 @@ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <artifactId>kylin-tomcat-ext</artifactId> @@ -28,7 +30,7 @@ <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml index 8fa59f9..d2a2df3 100644 --- a/tool-assembly/pom.xml +++ b/tool-assembly/pom.xml @@ -17,7 +17,8 @@ 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-tool-assembly</artifactId> @@ -28,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> diff --git a/tool/pom.xml b/tool/pom.xml index 710cde9..7d4d29a 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -17,7 +17,8 @@ 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-tool</artifactId> @@ -28,7 +29,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>2.3.0</version> + <version>2.3.0-SNAPSHOT</version> </parent> <properties> -- To stop receiving notification emails like this one, please contact billy...@apache.org.