Repository: incubator-zeppelin Updated Branches: refs/heads/branch-0.5.5 600f728d2 -> 72e38d0b3
[maven-release-plugin] prepare release v0.5.5 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/72e38d0b Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/72e38d0b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/72e38d0b Branch: refs/heads/branch-0.5.5 Commit: 72e38d0b3c3ba8b08ba1176c2eb2c38661a54d31 Parents: 600f728 Author: Lee moon soo <[email protected]> Authored: Tue Nov 3 11:03:49 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Tue Nov 3 11:03:49 2015 +0900 ---------------------------------------------------------------------- angular/pom.xml | 4 ++-- cassandra/pom.xml | 8 +++----- flink/pom.xml | 4 ++-- hive/pom.xml | 4 ++-- ignite/pom.xml | 4 ++-- kylin/pom.xml | 8 +++----- lens/pom.xml | 4 ++-- markdown/pom.xml | 4 ++-- phoenix/pom.xml | 4 ++-- pom.xml | 12 ++++++------ postgresql/pom.xml | 7 +++---- shell/pom.xml | 4 ++-- spark-dependencies/pom.xml | 17 +++++++---------- spark/pom.xml | 6 +++--- tajo/pom.xml | 4 ++-- zeppelin-distribution/pom.xml | 5 ++--- zeppelin-interpreter/pom.xml | 7 +++---- zeppelin-server/pom.xml | 6 +++--- zeppelin-web/pom.xml | 4 ++-- zeppelin-zengine/pom.xml | 4 ++-- 20 files changed, 55 insertions(+), 65 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/angular/pom.xml ---------------------------------------------------------------------- diff --git a/angular/pom.xml b/angular/pom.xml index 7aad95d..53194b9 100644 --- a/angular/pom.xml +++ b/angular/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-angular</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Angular interpreter</name> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 860f3a7..b226e2b 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -15,21 +15,19 @@ ~ 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/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> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-cassandra</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Cassandra</name> <description>Zeppelin cassandra support</description> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 27d8034..df3c5a1 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-flink</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Flink</name> <description>Zeppelin flink support</description> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/hive/pom.xml ---------------------------------------------------------------------- diff --git a/hive/pom.xml b/hive/pom.xml index 7562c58..3813da2 100644 --- a/hive/pom.xml +++ b/hive/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-hive</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Hive interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index 1f4bfc4..152047f 100644 --- a/ignite/pom.xml +++ b/ignite/pom.xml @@ -22,13 +22,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <artifactId>zeppelin-ignite</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Apache Ignite interpreter</name> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/kylin/pom.xml ---------------------------------------------------------------------- diff --git a/kylin/pom.xml b/kylin/pom.xml index 9e5311d..71ee945 100755 --- a/kylin/pom.xml +++ b/kylin/pom.xml @@ -17,20 +17,18 @@ --> -<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>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-kylin</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Kylin interpreter</name> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/lens/pom.xml ---------------------------------------------------------------------- diff --git a/lens/pom.xml b/lens/pom.xml index 12f92a9..6c97c85 100644 --- a/lens/pom.xml +++ b/lens/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-lens</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Lens interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/markdown/pom.xml ---------------------------------------------------------------------- diff --git a/markdown/pom.xml b/markdown/pom.xml index 6004f16..023bb41 100644 --- a/markdown/pom.xml +++ b/markdown/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-markdown</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Markdown interpreter</name> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/phoenix/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix/pom.xml b/phoenix/pom.xml index 3cca32d..0c8cf57 100644 --- a/phoenix/pom.xml +++ b/phoenix/pom.xml @@ -22,13 +22,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-phoenix</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Apache Phoenix Interpreter</name> <description>Zeppelin interprter for Apache Phoenix</description> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 394f853..000dc5d 100755 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,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"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this @@ -35,7 +34,7 @@ <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin</artifactId> <packaging>pom</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin</name> <description>Zeppelin project</description> <url>http://zeppelin.incubator.apache.org/</url> @@ -58,6 +57,7 @@ <url>https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</url> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</developerConnection> + <tag>v0.5.5</tag> </scm> <developers> @@ -397,7 +397,7 @@ <id>enforce</id> <configuration> <rules> - <DependencyConvergence/> + <DependencyConvergence /> </rules> <failFast>true</failFast> </configuration> @@ -555,7 +555,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -575,7 +575,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/postgresql/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql/pom.xml b/postgresql/pom.xml index daf27af..51430a7 100644 --- a/postgresql/pom.xml +++ b/postgresql/pom.xml @@ -16,20 +16,19 @@ ~ 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> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-postgresql</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: PostgreSQL interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 9cc621c..ea3b7ca 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-shell</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Shell interpreter</name> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/spark-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml index 8a14757..ac5eb6c 100644 --- a/spark-dependencies/pom.xml +++ b/spark-dependencies/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-spark-dependencies</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Spark dependencies</name> <description>Zeppelin spark support</description> <url>http://zeppelin.incubator.apache.org</url> @@ -43,7 +43,7 @@ <hadoop.version>2.3.0</hadoop.version> <yarn.version>${hadoop.version}</yarn.version> <avro.version>1.7.7</avro.version> - <avro.mapred.classifier></avro.mapred.classifier> + <avro.mapred.classifier /> <jets3t.version>0.7.1</jets3t.version> <protobuf.version>2.4.1</protobuf.version> @@ -644,12 +644,9 @@ </goals> <configuration> <target> - <delete dir="../interpreter/spark/pyspark"/> - <copy todir="../interpreter/spark/pyspark" - file="${project.build.directory}/spark-dist/spark-${spark.version}/python/lib/py4j-${py4j.version}-src.zip"/> - <zip destfile="${project.build.directory}/../../interpreter/spark/pyspark/pyspark.zip" - basedir="${project.build.directory}/spark-dist/spark-${spark.version}/python" - includes="pyspark/*.py,pyspark/**/*.py"/> + <delete dir="../interpreter/spark/pyspark" /> + <copy todir="../interpreter/spark/pyspark" file="${project.build.directory}/spark-dist/spark-${spark.version}/python/lib/py4j-${py4j.version}-src.zip" /> + <zip destfile="${project.build.directory}/../../interpreter/spark/pyspark/pyspark.zip" basedir="${project.build.directory}/spark-dist/spark-${spark.version}/python" includes="pyspark/*.py,pyspark/**/*.py" /> </target> </configuration> </execution> @@ -730,7 +727,7 @@ </filter> </filters> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>reference.conf</resource> </transformer> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 6b17688..782036e 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-spark</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Spark</name> <description>Zeppelin spark support</description> <url>http://zeppelin.incubator.apache.org</url> @@ -370,7 +370,7 @@ </filter> </filters> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>reference.conf</resource> </transformer> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/tajo/pom.xml ---------------------------------------------------------------------- diff --git a/tajo/pom.xml b/tajo/pom.xml index c08a0db..152203b 100644 --- a/tajo/pom.xml +++ b/tajo/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-tajo</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Tajo interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index df44898..9488db5 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -16,14 +16,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> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/zeppelin-interpreter/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index edfa5e3..bc57b59 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -16,22 +16,21 @@ ~ 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> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-interpreter</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Interpreter</name> <description>Zeppelin Interpreter</description> <url>http://zeppelin.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index fe80540..fff8323 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-server</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Server</name> <url>http://www.nflabs.com</url> @@ -330,7 +330,7 @@ <artifactId>scalatest-maven-plugin</artifactId> <version>1.0</version> <configuration> - <stderr/> + <stderr /> <systemProperties> <spark.testing>1</spark.testing> </systemProperties> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/zeppelin-web/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index b4c7def..b69e88a 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-web</artifactId> <packaging>war</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: web Application</name> <!-- See https://github.com/eirslett/frontend-maven-plugin/issues/229 --> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/72e38d0b/zeppelin-zengine/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml index e431089..99b54c9 100644 --- a/zeppelin-zengine/pom.xml +++ b/zeppelin-zengine/pom.xml @@ -23,14 +23,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-zengine</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.5.5-incubating</version> <name>Zeppelin: Zengine</name> <description>Zeppelin Zengine</description> <url>http://zeppelin.incubator.apache.org</url>
