You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2017/09/01 09:16:43 UTC

[2/2] zeppelin git commit: Preparing development version 0.7.4-SNAPSHOT

Preparing development version 0.7.4-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/b5732270
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/b5732270
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/b5732270

Branch: refs/heads/branch-0.7
Commit: b573227051e4ab512878d3a39020c25bb73a3b19
Parents: 3df547c
Author: Mina Lee <mi...@apache.org>
Authored: Fri Sep 1 18:16:20 2017 +0900
Committer: Mina Lee <mi...@apache.org>
Committed: Fri Sep 1 18:16:20 2017 +0900

----------------------------------------------------------------------
 alluxio/pom.xml                                                  | 4 ++--
 angular/pom.xml                                                  | 4 ++--
 beam/pom.xml                                                     | 4 ++--
 bigquery/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 ++--
 helium-dev/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 ++--
 pig/pom.xml                                                      | 4 ++--
 pom.xml                                                          | 2 +-
 postgresql/pom.xml                                               | 4 ++--
 python/pom.xml                                                   | 4 ++--
 r/pom.xml                                                        | 2 +-
 scalding/pom.xml                                                 | 4 ++--
 scio/pom.xml                                                     | 4 ++--
 scripts/docker/zeppelin/bin/Dockerfile                           | 2 +-
 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-interpreter/pom.xml                                     | 4 ++--
 zeppelin-server/pom.xml                                          | 4 ++--
 zeppelin-web/pom.xml                                             | 4 ++--
 zeppelin-web/src/app/tabledata/package.json                      | 2 +-
 zeppelin-web/src/app/visualization/package.json                  | 2 +-
 zeppelin-zengine/pom.xml                                         | 4 ++--
 40 files changed, 73 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/alluxio/pom.xml
----------------------------------------------------------------------
diff --git a/alluxio/pom.xml b/alluxio/pom.xml
index b3206ed..802ce40 100644
--- a/alluxio/pom.xml
+++ b/alluxio/pom.xml
@@ -22,14 +22,14 @@
     <parent>
         <artifactId>zeppelin</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.7.3</version>
+        <version>0.7.4-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-alluxio</artifactId>
     <packaging>jar</packaging>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <name>Zeppelin: Alluxio interpreter</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/angular/pom.xml
----------------------------------------------------------------------
diff --git a/angular/pom.xml b/angular/pom.xml
index 5701eac..1c83fe4 100644
--- a/angular/pom.xml
+++ b/angular/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-angular</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Angular interpreter</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/beam/pom.xml
----------------------------------------------------------------------
diff --git a/beam/pom.xml b/beam/pom.xml
index 833da55..03748fe 100644
--- a/beam/pom.xml
+++ b/beam/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-beam</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Beam interpreter</name>
   
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/bigquery/pom.xml
----------------------------------------------------------------------
diff --git a/bigquery/pom.xml b/bigquery/pom.xml
index 6fbffd9..7c337cb 100644
--- a/bigquery/pom.xml
+++ b/bigquery/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-bigquery</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: BigQuery interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/cassandra/pom.xml b/cassandra/pom.xml
index 0db5b58..59408c2 100644
--- a/cassandra/pom.xml
+++ b/cassandra/pom.xml
@@ -22,14 +22,14 @@
     <parent>
         <artifactId>zeppelin</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.7.3</version>
+        <version>0.7.4-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-cassandra_2.10</artifactId>
     <packaging>jar</packaging>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <name>Zeppelin: Apache Cassandra interpreter</name>
     <description>Zeppelin cassandra support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index 04fc35c..2120ab6 100644
--- a/elasticsearch/pom.xml
+++ b/elasticsearch/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>zeppelin-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Elasticsearch interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/file/pom.xml
----------------------------------------------------------------------
diff --git a/file/pom.xml b/file/pom.xml
index 2125943..abaac68 100644
--- a/file/pom.xml
+++ b/file/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-file</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: File System Interpreters</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index c98e659..b796167 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-flink_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Flink</name>
   <description>Zeppelin flink support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/geode/pom.xml
----------------------------------------------------------------------
diff --git a/geode/pom.xml b/geode/pom.xml
index 550a24d..8c9e522 100644
--- a/geode/pom.xml
+++ b/geode/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-geode</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Apache Geode interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/hbase/pom.xml b/hbase/pom.xml
index e733aeb..c9bd658 100644
--- a/hbase/pom.xml
+++ b/hbase/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: HBase interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/helium-dev/pom.xml
----------------------------------------------------------------------
diff --git a/helium-dev/pom.xml b/helium-dev/pom.xml
index fa209e5..cf4ca4c 100644
--- a/helium-dev/pom.xml
+++ b/helium-dev/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin</artifactId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>helium-dev</artifactId>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Helium development interpreter</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/ignite/pom.xml
----------------------------------------------------------------------
diff --git a/ignite/pom.xml b/ignite/pom.xml
index 5138417..b285c26 100644
--- a/ignite/pom.xml
+++ b/ignite/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>zeppelin-ignite_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Apache Ignite interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 56882f6..57ed9b5 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-jdbc</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: JDBC interpreter</name>
   
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/kylin/pom.xml
----------------------------------------------------------------------
diff --git a/kylin/pom.xml b/kylin/pom.xml
index ea1d21c..7a37637 100644
--- a/kylin/pom.xml
+++ b/kylin/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <artifactId>zeppelin</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.7.3</version>
+        <version>0.7.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-kylin</artifactId>
     <packaging>jar</packaging>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <name>Zeppelin: Kylin interpreter</name>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/lens/pom.xml
----------------------------------------------------------------------
diff --git a/lens/pom.xml b/lens/pom.xml
index 91365ac..427bb1b 100644
--- a/lens/pom.xml
+++ b/lens/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-lens</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Lens interpreter</name>
   
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/livy/pom.xml
----------------------------------------------------------------------
diff --git a/livy/pom.xml b/livy/pom.xml
index b802507..3987fec 100644
--- a/livy/pom.xml
+++ b/livy/pom.xml
@@ -24,14 +24,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-livy</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Livy interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/markdown/pom.xml
----------------------------------------------------------------------
diff --git a/markdown/pom.xml b/markdown/pom.xml
index 6b310e7..d7d864c 100644
--- a/markdown/pom.xml
+++ b/markdown/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-markdown</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Markdown interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/pig/pom.xml
----------------------------------------------------------------------
diff --git a/pig/pom.xml b/pig/pom.xml
index 44ab253..4712460 100644
--- a/pig/pom.xml
+++ b/pig/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>zeppelin</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.7.3</version>
+        <version>0.7.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-pig</artifactId>
     <packaging>jar</packaging>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <name>Zeppelin: Apache Pig Interpreter</name>
     <description>Zeppelin interpreter for Apache Pig</description>
     <url>http://zeppelin.apache.org</url>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4b0145f..ec050eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-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/b5732270/postgresql/pom.xml
----------------------------------------------------------------------
diff --git a/postgresql/pom.xml b/postgresql/pom.xml
index 45ec612..1f8c984 100644
--- a/postgresql/pom.xml
+++ b/postgresql/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-postgresql</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: PostgreSQL interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/python/pom.xml
----------------------------------------------------------------------
diff --git a/python/pom.xml b/python/pom.xml
index 276e45e..2938076 100644
--- a/python/pom.xml
+++ b/python/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-python</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Python interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/r/pom.xml
----------------------------------------------------------------------
diff --git a/r/pom.xml b/r/pom.xml
index fc01828..e0dec1b 100644
--- a/r/pom.xml
+++ b/r/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/scalding/pom.xml
----------------------------------------------------------------------
diff --git a/scalding/pom.xml b/scalding/pom.xml
index 955d569..4682447 100644
--- a/scalding/pom.xml
+++ b/scalding/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-scalding_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Scalding interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/scio/pom.xml
----------------------------------------------------------------------
diff --git a/scio/pom.xml b/scio/pom.xml
index b96f88e..a882f7e 100644
--- a/scio/pom.xml
+++ b/scio/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-scio_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Scio</name>
   <description>Zeppelin Scio support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/scripts/docker/zeppelin/bin/Dockerfile
----------------------------------------------------------------------
diff --git a/scripts/docker/zeppelin/bin/Dockerfile b/scripts/docker/zeppelin/bin/Dockerfile
index a044973..2502df2 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -17,7 +17,7 @@ FROM ubuntu:16.04
 MAINTAINER Apache Software Foundation <de...@zeppelin.apache.org>
 
 # `Z_VERSION` will be updated by `dev/change_zeppelin_version.sh`
-ENV Z_VERSION="0.7.3"
+ENV Z_VERSION="0.7.4-SNAPSHOT"
 ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \
     Z_HOME="/zeppelin" \
     LANG=en_US.UTF-8 \

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/shell/pom.xml
----------------------------------------------------------------------
diff --git a/shell/pom.xml b/shell/pom.xml
index d62f461..f079d14 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-shell</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Shell interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/spark-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml
index a05fd3a..917cd7e 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-spark-dependencies_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Spark dependencies</name>
   <description>Zeppelin spark support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 9015384..e50536e 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-spark_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Spark</name>
   <description>Zeppelin spark support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-display/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml
index 5230c36..1ea67fa 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-display_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Display system apis</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml
index 954680f..fa0b159 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-examples/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-examples/pom.xml b/zeppelin-examples/pom.xml
index 9ca84b3..6460572 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-examples</artifactId>
   <packaging>pom</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Examples</name>
   <description>Zeppelin examples</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/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 d7850f3..abee02e 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-example-clock</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Example application - Clock</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/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 d52f42f..5bb04d5 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.7.3.jar",
+  "artifact" : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.7.4-SNAPSHOT.jar",
   "className" : "org.apache.zeppelin.example.app.clock.Clock",
   "resources" : [[":java.util.Date"]],
   "license" : "Apache-2.0",

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/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 faab353..f9cb9b5 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-example-horizontalbar</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Example application - Horizontal Bar chart</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-interpreter/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml
index 3732a22..5987423 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-interpreter</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Interpreter</name>
   <description>Zeppelin Interpreter</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-server/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index 2cb562a..c91c37a 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-server</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Server</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-web/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml
index cb0ac04..c9a64e9 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-web</artifactId>
   <packaging>war</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-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/b5732270/zeppelin-web/src/app/tabledata/package.json
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/tabledata/package.json b/zeppelin-web/src/app/tabledata/package.json
index 6f723c4..6474cf5 100644
--- a/zeppelin-web/src/app/tabledata/package.json
+++ b/zeppelin-web/src/app/tabledata/package.json
@@ -1,7 +1,7 @@
 {
   "name": "zeppelin-tabledata",
   "description": "tabledata api",
-  "version": "0.7.3",
+  "version": "0.7.4-SNAPSHOT",
   "main": "tabledata",
   "dependencies": {
     "json3": "~3.3.1",

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-web/src/app/visualization/package.json
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/visualization/package.json b/zeppelin-web/src/app/visualization/package.json
index 58b9a03..d0cac67 100644
--- a/zeppelin-web/src/app/visualization/package.json
+++ b/zeppelin-web/src/app/visualization/package.json
@@ -1,7 +1,7 @@
 {
   "name": "zeppelin-vis",
   "description": "Visualization API",
-  "version": "0.7.3",
+  "version": "0.7.4-SNAPSHOT",
   "main": "visualization",
   "dependencies": {
     "json3": "~3.3.1",

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b5732270/zeppelin-zengine/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index f419103..e2b97f8 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.7.3</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-zengine</artifactId>
   <packaging>jar</packaging>
-  <version>0.7.3</version>
+  <version>0.7.4-SNAPSHOT</version>
   <name>Zeppelin: Zengine</name>
   <description>Zeppelin Zengine</description>