Repository: zeppelin Updated Branches: refs/heads/master 2ee7f48cf -> e0f77d68e
Bump up version to 0.7.0-SNAPSHOT ### What is this PR for? Bump up version to 0.7.0-SNAPSHOT Author: Mina Lee <[email protected]> Closes #1016 from minahlee/0.7.0-SNAPSHOT and squashes the following commits: 541e1b3 [Mina Lee] Bump up zeppelin-examples version to 0.7.0-SNAPSHOT ea8c0ad [Mina Lee] Bump up version to 0.7.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/e0f77d68 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/e0f77d68 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/e0f77d68 Branch: refs/heads/master Commit: e0f77d68e813c61d083988e3e167693016418bda Parents: 2ee7f48 Author: Mina Lee <[email protected]> Authored: Wed Jul 6 03:27:10 2016 +0900 Committer: Mina Lee <[email protected]> Committed: Wed Jul 6 04:45:48 2016 +0900 ---------------------------------------------------------------------- alluxio/pom.xml | 4 ++-- angular/pom.xml | 4 ++-- cassandra/pom.xml | 4 ++-- docs/_config.yml | 4 ++-- elasticsearch/pom.xml | 4 ++-- file/pom.xml | 4 ++-- flink/pom.xml | 4 ++-- geode/pom.xml | 4 ++-- hbase/pom.xml | 4 ++-- ignite/pom.xml | 4 ++-- jdbc/pom.xml | 4 ++-- kylin/pom.xml | 4 ++-- lens/pom.xml | 4 ++-- livy/pom.xml | 4 ++-- markdown/pom.xml | 4 ++-- pom.xml | 2 +- postgresql/pom.xml | 4 ++-- python/pom.xml | 4 ++-- r/pom.xml | 2 +- scalding/pom.xml | 4 ++-- shell/pom.xml | 4 ++-- spark-dependencies/pom.xml | 4 ++-- spark/pom.xml | 4 ++-- zeppelin-display/pom.xml | 4 ++-- zeppelin-distribution/pom.xml | 2 +- zeppelin-examples/pom.xml | 4 ++-- zeppelin-examples/zeppelin-example-clock/pom.xml | 4 ++-- .../zeppelin-example-clock/zeppelin-example-clock.json | 2 +- zeppelin-examples/zeppelin-example-horizontalbar/pom.xml | 4 ++-- .../zeppelin-example-horizontalbar.json | 2 +- zeppelin-interpreter/pom.xml | 4 ++-- zeppelin-server/pom.xml | 4 ++-- zeppelin-web/pom.xml | 4 ++-- zeppelin-zengine/pom.xml | 4 ++-- 34 files changed, 63 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/alluxio/pom.xml ---------------------------------------------------------------------- diff --git a/alluxio/pom.xml b/alluxio/pom.xml index bee0091..5c99715 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-alluxio</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Alluxio interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/angular/pom.xml ---------------------------------------------------------------------- diff --git a/angular/pom.xml b/angular/pom.xml index b6251f1..d18b143 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-angular</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Angular interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/cassandra/pom.xml b/cassandra/pom.xml index df00522..5ca8670 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-cassandra</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Apache Cassandra interpreter</name> <description>Zeppelin cassandra support</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index fce87f7..63b1230 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -21,7 +21,7 @@ author : twitter : ASF feedburner : feedname -ZEPPELIN_VERSION : 0.6.0-SNAPSHOT +ZEPPELIN_VERSION : 0.7.0-SNAPSHOT # The production_url is only used when full-domain names are needed # such as sitemap.txt @@ -59,7 +59,7 @@ JB : # - Only the following values are falsy: ["", null, false] # - When setting BASE_PATH it must be a valid url. # This means always setting the protocol (http|https) or prefixing with "/" - BASE_PATH : /docs/0.6.0-SNAPSHOT + BASE_PATH : /docs/0.7.0-SNAPSHOT # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # ex: [BASE_PATH]/assets/themes/[THEME-NAME] http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index 95b25a2..dee8c72 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-elasticsearch</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Elasticsearch interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/file/pom.xml ---------------------------------------------------------------------- diff --git a/file/pom.xml b/file/pom.xml index 6eb4a92..a448a0d 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-file</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: File System Interpreters</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 5c9ea4a..226dc12 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-flink</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.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/zeppelin/blob/e0f77d68/geode/pom.xml ---------------------------------------------------------------------- diff --git a/geode/pom.xml b/geode/pom.xml index 9e49efe..54859a2 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-geode</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Apache Geode interpreter</name> <url>http://geode.incubator.apache.org/</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/hbase/pom.xml b/hbase/pom.xml index 5496025..35212d9 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-hbase</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: HBase interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index d441c46..a3312a6 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>zeppelin-ignite</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Apache Ignite interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index aab9e3a..c433e20 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-jdbc</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: JDBC interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/kylin/pom.xml ---------------------------------------------------------------------- diff --git a/kylin/pom.xml b/kylin/pom.xml index f962318..af2663a 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-SNAPSHOT</version> + <version>0.7.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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Kylin interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/lens/pom.xml ---------------------------------------------------------------------- diff --git a/lens/pom.xml b/lens/pom.xml index 1c07eca..0de4764 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-lens</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Lens interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/livy/pom.xml ---------------------------------------------------------------------- diff --git a/livy/pom.xml b/livy/pom.xml index 6fa12b9..a6427d3 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-livy</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Livy interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/markdown/pom.xml ---------------------------------------------------------------------- diff --git a/markdown/pom.xml b/markdown/pom.xml index 506e41f..3b37671 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-markdown</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Markdown interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d1dda13..607fce9 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin</artifactId> <packaging>pom</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin</name> <description>Zeppelin project</description> <url>http://zeppelin.apache.org/</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/postgresql/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql/pom.xml b/postgresql/pom.xml index 641a650..31cdc9d 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-postgresql</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: PostgreSQL interpreter</name> <url>http://www.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/python/pom.xml ---------------------------------------------------------------------- diff --git a/python/pom.xml b/python/pom.xml index c98e35f..a1f788d 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-python</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Python interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/r/pom.xml ---------------------------------------------------------------------- diff --git a/r/pom.xml b/r/pom.xml index a6bec52..e6c0403 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/scalding/pom.xml ---------------------------------------------------------------------- diff --git a/scalding/pom.xml b/scalding/pom.xml index 7dbaf76..e287f7b 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-scalding</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Scalding interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 2f73ea6..897ff19 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-shell</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Shell interpreter</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/spark-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml index 556f563..cb101b6 100644 --- a/spark-dependencies/pom.xml +++ b/spark-dependencies/pom.xml @@ -23,14 +23,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-spark-dependencies</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Spark dependencies</name> <description>Zeppelin spark support</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 987308c..28770f8 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-spark</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.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/zeppelin/blob/e0f77d68/zeppelin-display/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml index b112b8b..4bf29e6 100644 --- a/zeppelin-display/pom.xml +++ b/zeppelin-display/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-display</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Display system apis</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index 32b05d6..65fc0cb 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-examples/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-examples/pom.xml b/zeppelin-examples/pom.xml index a017d3c..123bb8b 100644 --- a/zeppelin-examples/pom.xml +++ b/zeppelin-examples/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-examples</artifactId> <packaging>pom</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Examples</name> <description>Zeppelin examples</description> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-examples/zeppelin-example-clock/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-examples/zeppelin-example-clock/pom.xml b/zeppelin-examples/zeppelin-example-clock/pom.xml index 7ed5fce..bbabc90 100644 --- a/zeppelin-examples/zeppelin-example-clock/pom.xml +++ b/zeppelin-examples/zeppelin-example-clock/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin-examples</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-example-clock</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Example application - Clock</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-examples/zeppelin-example-clock/zeppelin-example-clock.json ---------------------------------------------------------------------- diff --git a/zeppelin-examples/zeppelin-example-clock/zeppelin-example-clock.json b/zeppelin-examples/zeppelin-example-clock/zeppelin-example-clock.json index 7cb05fe..a7526f5 100644 --- a/zeppelin-examples/zeppelin-example-clock/zeppelin-example-clock.json +++ b/zeppelin-examples/zeppelin-example-clock/zeppelin-example-clock.json @@ -18,7 +18,7 @@ "type" : "APPLICATION", "name" : "zeppelin.clock", "description" : "Clock (example)", - "artifact" : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.6.0-SNAPSHOT.jar", + "artifact" : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.7.0-SNAPSHOT.jar", "className" : "org.apache.zeppelin.example.app.clock.Clock", "resources" : [[":java.util.Date"]], "icon" : '<i class="fa fa-clock-o"></i>' http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-examples/zeppelin-example-horizontalbar/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-examples/zeppelin-example-horizontalbar/pom.xml b/zeppelin-examples/zeppelin-example-horizontalbar/pom.xml index f34c55e..f9198f0 100644 --- a/zeppelin-examples/zeppelin-example-horizontalbar/pom.xml +++ b/zeppelin-examples/zeppelin-example-horizontalbar/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>zeppelin-examples</artifactId> <groupId>org.apache.zeppelin</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-example-horizontalbar</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Example application - Horizontal Bar chart</name> <url>http://zeppelin.apache.org</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-examples/zeppelin-example-horizontalbar/zeppelin-example-horizontalbar.json ---------------------------------------------------------------------- diff --git a/zeppelin-examples/zeppelin-example-horizontalbar/zeppelin-example-horizontalbar.json b/zeppelin-examples/zeppelin-example-horizontalbar/zeppelin-example-horizontalbar.json index afac737..da57d06 100644 --- a/zeppelin-examples/zeppelin-example-horizontalbar/zeppelin-example-horizontalbar.json +++ b/zeppelin-examples/zeppelin-example-horizontalbar/zeppelin-example-horizontalbar.json @@ -18,7 +18,7 @@ "type" : "APPLICATION", "name" : "zeppelin.horizontalbar", "description" : "Horizontal Bar chart (example)", - "artifact" : "zeppelin-examples/zeppelin-example-horizontalbar/target/zeppelin-example-horizontalbar-0.6.0-SNAPSHOT.jar", + "artifact" : "zeppelin-examples/zeppelin-example-horizontalbar/target/zeppelin-example-horizontalbar-0.7.0-SNAPSHOT.jar", "className" : "org.apache.zeppelin.example.app.horizontalbar.HorizontalBar", "resources" : [[":org.apache.zeppelin.interpreter.InterpreterResult"]], "icon" : '<i class="fa fa-bar-chart" style="-webkit-transform: rotate(90deg) scaleX(-1);-moz-transform: rotate(90deg) scaleX(-1);-ms-transform: rotate(90deg) scaleX(-1);"></i>' http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-interpreter/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index 43c01dd..6570e1c 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-interpreter</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.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/zeppelin/blob/e0f77d68/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index b88e175..fd5c31c 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-server</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Server</name> <url>http://www.nflabs.com</url> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0f77d68/zeppelin-web/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 0b404e2..0b2ce0e 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-web</artifactId> <packaging>war</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.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/zeppelin/blob/e0f77d68/zeppelin-zengine/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml index 751df30..eccbbb6 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-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.zeppelin</groupId> <artifactId>zeppelin-zengine</artifactId> <packaging>jar</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Zengine</name> <description>Zeppelin Zengine</description> <url>http://zeppelin.apache.org</url>
