You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/06/27 06:38:50 UTC

[09/50] [abbrv] incubator-livy git commit: Bump the version of branch-0.3 to 0.3.1-SNAPSHOT. (#281)

Bump the version of branch-0.3 to 0.3.1-SNAPSHOT. (#281)



Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/0afee230
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/0afee230
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/0afee230

Branch: refs/heads/branch-0.3
Commit: 0afee2301dd321888fb4cb67529f381ee494d669
Parents: e36b6f5
Author: Saisai Shao <sa...@gmail.com>
Authored: Sat Feb 11 00:47:55 2017 +0800
Committer: Alex Man <tc...@gmail.com>
Committed: Fri Feb 10 11:47:55 2017 -0500

----------------------------------------------------------------------
 api/pom.xml                                                  | 4 ++--
 assembly/pom.xml                                             | 4 ++--
 client-common/pom.xml                                        | 4 ++--
 client-http/pom.xml                                          | 4 ++--
 core/pom.xml                                                 | 4 ++--
 core/scala-2.10/pom.xml                                      | 4 ++--
 core/scala-2.11/pom.xml                                      | 4 ++--
 coverage/pom.xml                                             | 4 ++--
 examples/pom.xml                                             | 4 ++--
 integration-test/minicluster-dependencies/pom.xml            | 4 ++--
 integration-test/minicluster-dependencies/scala-2.10/pom.xml | 4 ++--
 integration-test/minicluster-dependencies/scala-2.11/pom.xml | 4 ++--
 integration-test/pom.xml                                     | 4 ++--
 pom.xml                                                      | 2 +-
 python-api/pom.xml                                           | 4 ++--
 python-api/setup.py                                          | 2 +-
 repl/pom.xml                                                 | 4 ++--
 repl/scala-2.10/pom.xml                                      | 4 ++--
 repl/scala-2.11/pom.xml                                      | 4 ++--
 rsc/pom.xml                                                  | 4 ++--
 scala-api/pom.xml                                            | 4 ++--
 scala-api/scala-2.10/pom.xml                                 | 4 ++--
 scala-api/scala-2.11/pom.xml                                 | 4 ++--
 scala/pom.xml                                                | 4 ++--
 server/pom.xml                                               | 4 ++--
 test-lib/pom.xml                                             | 4 ++--
 26 files changed, 50 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 8873c61..93f16d6 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-api</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index fe1515a..b54a4f7 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>livy-assembly</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/client-common/pom.xml
----------------------------------------------------------------------
diff --git a/client-common/pom.xml b/client-common/pom.xml
index c3202fb..026ed32 100644
--- a/client-common/pom.xml
+++ b/client-common/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-client-common</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/client-http/pom.xml
----------------------------------------------------------------------
diff --git a/client-http/pom.xml b/client-http/pom.xml
index dd295c1..8a26983 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-client-http</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e17d871..1aa377f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>multi-scala-project-root</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../scala/pom.xml</relativePath>
   </parent>
 
   <artifactId>livy-core-parent</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/core/scala-2.10/pom.xml
----------------------------------------------------------------------
diff --git a/core/scala-2.10/pom.xml b/core/scala-2.10/pom.xml
index 3708d88..4500975 100644
--- a/core/scala-2.10/pom.xml
+++ b/core/scala-2.10/pom.xml
@@ -20,13 +20,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-core_2.10</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-core-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/core/scala-2.11/pom.xml
----------------------------------------------------------------------
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index a47f9b4..b9d923e 100644
--- a/core/scala-2.11/pom.xml
+++ b/core/scala-2.11/pom.xml
@@ -20,13 +20,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-core_2.11</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-core-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/coverage/pom.xml
----------------------------------------------------------------------
diff --git a/coverage/pom.xml b/coverage/pom.xml
index f8123f8..c98e5bb 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -24,11 +24,11 @@
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>livy-coverage-report</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index a3470dc..d526bd3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>com.cloudera.livy</groupId>
         <artifactId>livy-main</artifactId>
-        <version>0.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-examples</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/integration-test/minicluster-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/integration-test/minicluster-dependencies/pom.xml b/integration-test/minicluster-dependencies/pom.xml
index ad3fdf1..aa2db50 100644
--- a/integration-test/minicluster-dependencies/pom.xml
+++ b/integration-test/minicluster-dependencies/pom.xml
@@ -27,10 +27,10 @@
     <groupId>com.cloudera.livy</groupId>
     <artifactId>multi-scala-project-root</artifactId>
     <relativePath>../../scala/pom.xml</relativePath>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
   <artifactId>minicluster-dependencies-parent</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <properties>
     <skipDeploy>true</skipDeploy>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/integration-test/minicluster-dependencies/scala-2.10/pom.xml
----------------------------------------------------------------------
diff --git a/integration-test/minicluster-dependencies/scala-2.10/pom.xml b/integration-test/minicluster-dependencies/scala-2.10/pom.xml
index ec5828a..e269e65 100644
--- a/integration-test/minicluster-dependencies/scala-2.10/pom.xml
+++ b/integration-test/minicluster-dependencies/scala-2.10/pom.xml
@@ -20,13 +20,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>minicluster-dependencies_2.10</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>minicluster-dependencies-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/integration-test/minicluster-dependencies/scala-2.11/pom.xml
----------------------------------------------------------------------
diff --git a/integration-test/minicluster-dependencies/scala-2.11/pom.xml b/integration-test/minicluster-dependencies/scala-2.11/pom.xml
index 42e4028..96a11d8 100644
--- a/integration-test/minicluster-dependencies/scala-2.11/pom.xml
+++ b/integration-test/minicluster-dependencies/scala-2.11/pom.xml
@@ -20,13 +20,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>minicluster-dependencies_2.11</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>minicluster-dependencies-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index ea15a6a..e196d58 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -24,11 +24,11 @@
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>livy-integration-test</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 630c1c5..ecbb4c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-main</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>livy-main</name>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/python-api/pom.xml
----------------------------------------------------------------------
diff --git a/python-api/pom.xml b/python-api/pom.xml
index 95d492e..de2c0ad 100644
--- a/python-api/pom.xml
+++ b/python-api/pom.xml
@@ -7,13 +7,13 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-python-api</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/python-api/setup.py
----------------------------------------------------------------------
diff --git a/python-api/setup.py b/python-api/setup.py
index f7c5c20..7427d23 100644
--- a/python-api/setup.py
+++ b/python-api/setup.py
@@ -40,7 +40,7 @@ requirements = [
 
 setup(
     name='livy-python-api',
-    version="0.3.0",
+    version="0.3.1-SNAPSHOT",
     packages=["livy", "livy-tests"],
     package_dir={
         "": "src/main/python",

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index 6470267..83ea17f 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -24,11 +24,11 @@
         <groupId>com.cloudera.livy</groupId>
         <artifactId>multi-scala-project-root</artifactId>
         <relativePath>../scala/pom.xml</relativePath>
-        <version>0.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>livy-repl-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/repl/scala-2.10/pom.xml
----------------------------------------------------------------------
diff --git a/repl/scala-2.10/pom.xml b/repl/scala-2.10/pom.xml
index dfdadb9..7c58787 100644
--- a/repl/scala-2.10/pom.xml
+++ b/repl/scala-2.10/pom.xml
@@ -22,13 +22,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-repl_2.10</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-repl-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/repl/scala-2.11/pom.xml
----------------------------------------------------------------------
diff --git a/repl/scala-2.11/pom.xml b/repl/scala-2.11/pom.xml
index d67da5f..1d9be1f 100644
--- a/repl/scala-2.11/pom.xml
+++ b/repl/scala-2.11/pom.xml
@@ -22,13 +22,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-repl_2.11</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-repl-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/rsc/pom.xml
----------------------------------------------------------------------
diff --git a/rsc/pom.xml b/rsc/pom.xml
index 35576a0..9e74930 100644
--- a/rsc/pom.xml
+++ b/rsc/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-rsc</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/scala-api/pom.xml
----------------------------------------------------------------------
diff --git a/scala-api/pom.xml b/scala-api/pom.xml
index f902e5d..1279242 100644
--- a/scala-api/pom.xml
+++ b/scala-api/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>com.cloudera.livy</groupId>
         <artifactId>multi-scala-project-root</artifactId>
-        <version>0.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
         <relativePath>../scala/pom.xml</relativePath>
     </parent>
 
     <artifactId>livy-scala-api-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/scala-api/scala-2.10/pom.xml
----------------------------------------------------------------------
diff --git a/scala-api/scala-2.10/pom.xml b/scala-api/scala-2.10/pom.xml
index 692bc64..44a27e2 100644
--- a/scala-api/scala-2.10/pom.xml
+++ b/scala-api/scala-2.10/pom.xml
@@ -20,13 +20,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-scala-api_2.10</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-scala-api-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/scala-api/scala-2.11/pom.xml
----------------------------------------------------------------------
diff --git a/scala-api/scala-2.11/pom.xml b/scala-api/scala-2.11/pom.xml
index e3a366b..c5be26c 100644
--- a/scala-api/scala-2.11/pom.xml
+++ b/scala-api/scala-2.11/pom.xml
@@ -20,13 +20,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-scala-api_2.11</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-scala-api-parent</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/scala/pom.xml
----------------------------------------------------------------------
diff --git a/scala/pom.xml b/scala/pom.xml
index 54e9f51..985f89c 100644
--- a/scala/pom.xml
+++ b/scala/pom.xml
@@ -22,13 +22,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.cloudera.livy</groupId>
   <artifactId>multi-scala-project-root</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index e31c5ff..c391d2e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,11 +24,11 @@
         <groupId>com.cloudera.livy</groupId>
         <artifactId>livy-main</artifactId>
         <relativePath>../pom.xml</relativePath>
-        <version>0.3.0</version>
+        <version>0.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>livy-server</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0afee230/test-lib/pom.xml
----------------------------------------------------------------------
diff --git a/test-lib/pom.xml b/test-lib/pom.xml
index b509b63..f0353d3 100644
--- a/test-lib/pom.xml
+++ b/test-lib/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>com.cloudera.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.3.0</version>
+    <version>0.3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.cloudera.livy</groupId>
   <artifactId>livy-test-lib</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>