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 2016/10/10 08:00:09 UTC

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

Preparing development version 0.6.3-SNAPSHOT


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

Branch: refs/heads/branch-0.6
Commit: 88e0d80ce48acdba22a7a1575bce2747e8c971b4
Parents: 9a44590
Author: Mina Lee <mi...@apache.org>
Authored: Mon Oct 10 14:46:07 2016 +0900
Committer: Mina Lee <mi...@apache.org>
Committed: Mon Oct 10 14:46:07 2016 +0900

----------------------------------------------------------------------
 alluxio/pom.xml               | 4 ++--
 angular/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 ++--
 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-interpreter/pom.xml  | 4 ++--
 zeppelin-server/pom.xml       | 4 ++--
 zeppelin-web/pom.xml          | 4 ++--
 zeppelin-zengine/pom.xml      | 4 ++--
 29 files changed, 55 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/alluxio/pom.xml
----------------------------------------------------------------------
diff --git a/alluxio/pom.xml b/alluxio/pom.xml
index 8f2dee4..22c682b 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.2</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-alluxio</artifactId>
     <packaging>jar</packaging>
-    <version>0.6.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <name>Zeppelin: Alluxio interpreter</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/angular/pom.xml
----------------------------------------------------------------------
diff --git a/angular/pom.xml b/angular/pom.xml
index ee85669..b6cf53e 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-angular</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Angular interpreter</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/bigquery/pom.xml
----------------------------------------------------------------------
diff --git a/bigquery/pom.xml b/bigquery/pom.xml
index a16e36f..b18b64a 100644
--- a/bigquery/pom.xml
+++ b/bigquery/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>zeppelin</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.6.2</version>
+    <version>0.6.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-bigquery</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: BigQuery interpreter</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/cassandra/pom.xml b/cassandra/pom.xml
index c7a33cf..670c722 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.2</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-cassandra_2.10</artifactId>
     <packaging>jar</packaging>
-    <version>0.6.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <name>Zeppelin: Apache Cassandra interpreter</name>
     <description>Zeppelin cassandra support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index c320e7f..fbf025b 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-elasticsearch</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Elasticsearch interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/file/pom.xml
----------------------------------------------------------------------
diff --git a/file/pom.xml b/file/pom.xml
index 6c8ab0a..9b1d7a2 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-file</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: File System Interpreters</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index 3564c62..632eb83 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-flink_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Flink</name>
   <description>Zeppelin flink support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/geode/pom.xml
----------------------------------------------------------------------
diff --git a/geode/pom.xml b/geode/pom.xml
index a17913f..c206117 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-geode</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Apache Geode interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/hbase/pom.xml b/hbase/pom.xml
index 5cc638c..f5f05f8 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: HBase interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/ignite/pom.xml
----------------------------------------------------------------------
diff --git a/ignite/pom.xml b/ignite/pom.xml
index 2516f15..52b58d5 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>zeppelin-ignite_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Apache Ignite interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 8a954c5..26f3af2 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-jdbc</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: JDBC interpreter</name>
   
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/kylin/pom.xml
----------------------------------------------------------------------
diff --git a/kylin/pom.xml b/kylin/pom.xml
index c476c64..9c11bb8 100644
--- a/kylin/pom.xml
+++ b/kylin/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <artifactId>zeppelin</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.6.2</version>
+        <version>0.6.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-kylin</artifactId>
     <packaging>jar</packaging>
-    <version>0.6.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <name>Zeppelin: Kylin interpreter</name>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/lens/pom.xml
----------------------------------------------------------------------
diff --git a/lens/pom.xml b/lens/pom.xml
index a36fac8..600b2b4 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-lens</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Lens interpreter</name>
   
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/livy/pom.xml
----------------------------------------------------------------------
diff --git a/livy/pom.xml b/livy/pom.xml
index 660068f..813f1a5 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.2</version>
+        <version>0.6.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-livy</artifactId>
     <packaging>jar</packaging>
-    <version>0.6.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <name>Zeppelin: Livy interpreter</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/markdown/pom.xml
----------------------------------------------------------------------
diff --git a/markdown/pom.xml b/markdown/pom.xml
index b407799..d069ebd 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-markdown</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Markdown interpreter</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3dcf839..4e3384e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin</artifactId>
   <packaging>pom</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-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/88e0d80c/postgresql/pom.xml
----------------------------------------------------------------------
diff --git a/postgresql/pom.xml b/postgresql/pom.xml
index b73c78d..f21275c 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-postgresql</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: PostgreSQL interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/python/pom.xml
----------------------------------------------------------------------
diff --git a/python/pom.xml b/python/pom.xml
index 71f4727..cf4451f 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-python</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Python interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/r/pom.xml
----------------------------------------------------------------------
diff --git a/r/pom.xml b/r/pom.xml
index 61c8f73..1db9d49 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/scalding/pom.xml
----------------------------------------------------------------------
diff --git a/scalding/pom.xml b/scalding/pom.xml
index 3cad1c6..c4870dc 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-scalding_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Scalding interpreter</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/shell/pom.xml
----------------------------------------------------------------------
diff --git a/shell/pom.xml b/shell/pom.xml
index 8c8ab82..ff3a9c6 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-shell</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Shell interpreter</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/spark-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml
index 0bfd030..fc2a196 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-spark-dependencies_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Spark dependencies</name>
   <description>Zeppelin spark support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 6011f48..63b5f32 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-spark_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Spark</name>
   <description>Zeppelin spark support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/zeppelin-display/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-display/pom.xml b/zeppelin-display/pom.xml
index 4457c13..f26c0f6 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-display_2.10</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Display system apis</name>
 
   <dependencyManagement>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/zeppelin-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml
index 876a6a4..8446fbd 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/zeppelin-interpreter/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml
index 53b5b9f..87636dc 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-interpreter</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Interpreter</name>
   <description>Zeppelin Interpreter</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/zeppelin-server/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index f7272ec..6d302f5 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-server</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Server</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/88e0d80c/zeppelin-web/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml
index 8c544a1..481611d 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-web</artifactId>
   <packaging>war</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-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/88e0d80c/zeppelin-zengine/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index 66c3362..df06dde 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.2</version>
+    <version>0.6.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-zengine</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2</version>
+  <version>0.6.3-SNAPSHOT</version>
   <name>Zeppelin: Zengine</name>
   <description>Zeppelin Zengine</description>