Repository: incubator-zeppelin Updated Branches: refs/heads/master 84d25a8ea -> 5af774779
Remove incubating from pom files ### What is this PR for? Remove `incubating` term from pom files ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <[email protected]> Closes #942 from minahlee/tlp/removeIncubating and squashes the following commits: e605b54 [Mina Lee] Remove incubating from pom files Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/5af77477 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/5af77477 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/5af77477 Branch: refs/heads/master Commit: 5af77477982234c645b9be69e8d320f6117aa7dc Parents: 84d25a8 Author: Mina Lee <[email protected]> Authored: Tue May 31 18:48:24 2016 -0700 Committer: Mina Lee <[email protected]> Committed: Thu Jun 2 12:51:44 2016 -0700 ---------------------------------------------------------------------- alluxio/pom.xml | 4 ++-- angular/pom.xml | 4 ++-- cassandra/pom.xml | 4 ++-- elasticsearch/pom.xml | 4 ++-- file/pom.xml | 4 ++-- flink/pom.xml | 4 ++-- geode/pom.xml | 4 ++-- hbase/pom.xml | 4 ++-- hive/pom.xml | 4 ++-- ignite/pom.xml | 4 ++-- jdbc/pom.xml | 4 ++-- kylin/pom.xml | 6 +++--- lens/pom.xml | 4 ++-- livy/pom.xml | 4 ++-- markdown/pom.xml | 4 ++-- phoenix/pom.xml | 4 ++-- pom.xml | 2 +- postgresql/pom.xml | 4 ++-- python/pom.xml | 6 +++--- r/pom.xml | 2 +- scalding/pom.xml | 4 ++-- shell/pom.xml | 4 ++-- spark-dependencies/pom.xml | 5 ++--- spark/pom.xml | 4 ++-- tajo/pom.xml | 4 ++-- zeppelin-display/pom.xml | 6 +++--- zeppelin-distribution/pom.xml | 2 +- zeppelin-interpreter/pom.xml | 4 ++-- zeppelin-server/pom.xml | 4 ++-- zeppelin-web/pom.xml | 4 ++-- zeppelin-zengine/pom.xml | 4 ++-- 31 files changed, 62 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/alluxio/pom.xml ---------------------------------------------------------------------- diff --git a/alluxio/pom.xml b/alluxio/pom.xml index 132a525..fa5df77 100644 --- a/alluxio/pom.xml +++ b/alluxio/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-alluxio</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Alluxio interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/angular/pom.xml ---------------------------------------------------------------------- diff --git a/angular/pom.xml b/angular/pom.xml index ede1855..9e732b0 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Angular interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/cassandra/pom.xml b/cassandra/pom.xml index efacb0d..d573193 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Cassandra</name> <description>Zeppelin cassandra support</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index 016d188..7f53299 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-elasticsearch</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Elasticsearch interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/file/pom.xml ---------------------------------------------------------------------- diff --git a/file/pom.xml b/file/pom.xml index e416358..2410432 100644 --- a/file/pom.xml +++ b/file/pom.xml @@ -22,13 +22,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-file</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: File System Interpreters</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 80bd168..d477529 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Flink</name> <description>Zeppelin flink support</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/geode/pom.xml ---------------------------------------------------------------------- diff --git a/geode/pom.xml b/geode/pom.xml index d15e6c8..961483c 100644 --- a/geode/pom.xml +++ b/geode/pom.xml @@ -23,13 +23,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-geode</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Apache Geode interpreter</name> <url>http://geode.incubator.apache.org/</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/hbase/pom.xml b/hbase/pom.xml index f70ef88..3b8fcb6 100644 --- a/hbase/pom.xml +++ b/hbase/pom.xml @@ -22,13 +22,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-hbase</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: HBase interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/hive/pom.xml ---------------------------------------------------------------------- diff --git a/hive/pom.xml b/hive/pom.xml index 7dc3cd7..057a335 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Hive interpreter</name> <url>http://www.apache.org</url> <!-- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index b5e1f9a..260ed29 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.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>zeppelin-ignite</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Apache Ignite interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index a5596f8..550f439 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -23,13 +23,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-jdbc</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: JDBC interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/kylin/pom.xml ---------------------------------------------------------------------- diff --git a/kylin/pom.xml b/kylin/pom.xml index 14d0791..34ef235 100755 --- a/kylin/pom.xml +++ b/kylin/pom.xml @@ -23,14 +23,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Kylin interpreter</name> <url>http://zeppelin.apache.org</url> @@ -127,4 +127,4 @@ </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/lens/pom.xml ---------------------------------------------------------------------- diff --git a/lens/pom.xml b/lens/pom.xml index 57c9cae..667475f 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Lens interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/livy/pom.xml ---------------------------------------------------------------------- diff --git a/livy/pom.xml b/livy/pom.xml index cf00f3f..f739efd 100644 --- a/livy/pom.xml +++ b/livy/pom.xml @@ -24,14 +24,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-livy</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Livy interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/markdown/pom.xml ---------------------------------------------------------------------- diff --git a/markdown/pom.xml b/markdown/pom.xml index ad7a67d..1c5e174 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Markdown interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/phoenix/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix/pom.xml b/phoenix/pom.xml index cda5757..de4c104 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.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-phoenix</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Apache Phoenix Interpreter</name> <description>Zeppelin interprter for Apache Phoenix</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 833f219..598f9a3 100755 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin</artifactId> <packaging>pom</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin</name> <description>Zeppelin project</description> <url>http://zeppelin.apache.org/</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/postgresql/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql/pom.xml b/postgresql/pom.xml index daf27af..f5554fa 100644 --- a/postgresql/pom.xml +++ b/postgresql/pom.xml @@ -23,13 +23,13 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-postgresql</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: PostgreSQL interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/python/pom.xml ---------------------------------------------------------------------- diff --git a/python/pom.xml b/python/pom.xml index 5b1b3a1..8db5fed 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,16 +22,16 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-python</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Python interpreter</name> - <url>http://zeppelin.incubator.apache.org</url> + <url>http://zeppelin.apache.org</url> <properties> <py4j.version>0.9.2</py4j.version> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/r/pom.xml ---------------------------------------------------------------------- diff --git a/r/pom.xml b/r/pom.xml index 2a8fc3b..0684bb1 100644 --- a/r/pom.xml +++ b/r/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/scalding/pom.xml ---------------------------------------------------------------------- diff --git a/scalding/pom.xml b/scalding/pom.xml index 8f12bc2..2b04f66 100644 --- a/scalding/pom.xml +++ b/scalding/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-scalding</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Scalding interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 4c51fa6..413b4a6 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Shell interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/spark-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml index 3d02feb..24630ee 100644 --- a/spark-dependencies/pom.xml +++ b/spark-dependencies/pom.xml @@ -22,19 +22,18 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Spark dependencies</name> <description>Zeppelin spark support</description> <url>http://zeppelin.apache.org</url> - <properties> <spark.version>1.4.1</spark.version> <scala.version>2.10.4</scala.version> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 14bc9a7..6cffcf1 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Spark</name> <description>Zeppelin spark support</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/tajo/pom.xml ---------------------------------------------------------------------- diff --git a/tajo/pom.xml b/tajo/pom.xml index cf4311f..890b598 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Tajo interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/zeppelin-display/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml index 1a8328e..e648d6a 100644 --- a/zeppelin-display/pom.xml +++ b/zeppelin-display/pom.xml @@ -22,16 +22,16 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-display</artifactId> <packaging>jar</packaging> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>Zeppelin: Display system apis</name> - <url>http://incubator.zeppelin.apache.org</url> + <url>http://zeppelin.apache.org</url> <properties> <scala.version>2.10.4</scala.version> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index df44898..d7beb49 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/zeppelin-interpreter/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index fda6595..43c01dd 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,14 +24,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-incubating-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Interpreter</name> <description>Zeppelin Interpreter</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 19a95e4..e33df3e 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Server</name> <url>http://www.nflabs.com</url> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5af77477/zeppelin-web/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 0e54d65..24f6e8f 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</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/5af77477/zeppelin-zengine/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml index 90e3d89..751df30 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.6.0-SNAPSHOT</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.6.0-SNAPSHOT</version> <name>Zeppelin: Zengine</name> <description>Zeppelin Zengine</description> <url>http://zeppelin.apache.org</url>
