[incubator-livy] 02/02: [BUILD] Update version for development version 0.6.1-incubating-SNAPSHOT.

2019-03-19 Thread vanzin
This is an automated email from the ASF dual-hosted git repository.

vanzin pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git

commit 022ef284b0f5d9d82f26f3f3a3733bfa95702fe2
Author: Marcelo Vanzin 
AuthorDate: Tue Mar 19 14:36:28 2019 -0700

[BUILD] Update version for development version 0.6.1-incubating-SNAPSHOT.
---
 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.11/pom.xml  | 4 ++--
 coverage/pom.xml | 4 ++--
 docs/_data/project.yml   | 2 +-
 docs/programmatic-api.md | 2 +-
 examples/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.11/pom.xml  | 4 ++--
 rsc/pom.xml  | 2 +-
 scala-api/pom.xml| 4 ++--
 scala-api/scala-2.11/pom.xml | 4 ++--
 scala/pom.xml| 4 ++--
 server/pom.xml   | 4 ++--
 test-lib/pom.xml | 4 ++--
 thriftserver/client/pom.xml  | 2 +-
 thriftserver/server/pom.xml  | 2 +-
 thriftserver/session/pom.xml | 2 +-
 25 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index f7f653e..d04e027 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   org.apache.livy
   livy-api
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 57e7506..7260f20 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../pom.xml
   
 
   livy-assembly
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   pom
 
   
diff --git a/client-common/pom.xml b/client-common/pom.xml
index 9081437..e3358d3 100644
--- a/client-common/pom.xml
+++ b/client-common/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   org.apache.livy
   livy-client-common
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/client-http/pom.xml b/client-http/pom.xml
index 0fca693..51d0922 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   org.apache.livy
   livy-client-http
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/core/pom.xml b/core/pom.xml
index cda028e..eeadcef 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,12 +22,12 @@
   
 org.apache.livy
 multi-scala-project-root
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../scala/pom.xml
   
 
   livy-core-parent
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   pom
 
   
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index 644dcd3..be13fed 100644
--- a/core/scala-2.11/pom.xml
+++ b/core/scala-2.11/pom.xml
@@ -19,13 +19,13 @@
   4.0.0
   org.apache.livy
   livy-core_2.11
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
 org.apache.livy
 livy-core-parent
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../pom.xml
   
 
diff --git a/coverage/pom.xml b/coverage/pom.xml
index a4a7a93..75c0e50 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -23,11 +23,11 @@
 org.apache.livy
 livy-main
 ../pom.xml
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   livy-coverage-report
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   pom
 
   
diff --git a/docs/_data/project.yml b/docs/_data/project.yml
index 7e28b46..536d44c 100644
--- a/docs/_data/project.yml
+++ b/docs/_data/project.yml
@@ -16,6 +16,6 @@
 # Apache Project configurations
 #
 name: Apache Livy
-version: 0.6.0-incubating
+version: 0.6.1-incubating-SNAPSHOT
 
 podling: true
\ No newline at end of file
diff --git a/docs/programmatic-api.md b/docs/programmatic-api.md
index a7d9ee2..15b20b1 100644
--- a/docs/programmatic-api.md
+++ b/docs/programmatic-api.md
@@ -35,7 +35,7 @@ Add the Livy client dependency to your application's POM:
 
   org.apache.livy
   livy-client-http
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
 
 ```
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 72203ef..fc9c14b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,13 +23,13 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../pom.xml
   
 
   org.apache.livy
   livy-examples
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index fae5d73..3021624 100644
--- 

[incubator-livy] 02/02: [BUILD] Update version for development version 0.6.1-incubating-SNAPSHOT.

2019-03-18 Thread vanzin
This is an automated email from the ASF dual-hosted git repository.

vanzin pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git

commit 26d9b5c9212bc866032191c209694fe6298a1498
Author: Marcelo Vanzin 
AuthorDate: Mon Mar 18 13:06:04 2019 -0700

[BUILD] Update version for development version 0.6.1-incubating-SNAPSHOT.
---
 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.11/pom.xml  | 4 ++--
 coverage/pom.xml | 4 ++--
 docs/_data/project.yml   | 2 +-
 docs/programmatic-api.md | 2 +-
 examples/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.11/pom.xml  | 4 ++--
 rsc/pom.xml  | 2 +-
 scala-api/pom.xml| 4 ++--
 scala-api/scala-2.11/pom.xml | 4 ++--
 scala/pom.xml| 4 ++--
 server/pom.xml   | 4 ++--
 test-lib/pom.xml | 4 ++--
 thriftserver/client/pom.xml  | 2 +-
 thriftserver/server/pom.xml  | 2 +-
 thriftserver/session/pom.xml | 2 +-
 25 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index f7f653e..d04e027 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   org.apache.livy
   livy-api
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7440915..cfc5052 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../pom.xml
   
 
   livy-assembly
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   pom
 
   
diff --git a/client-common/pom.xml b/client-common/pom.xml
index 9081437..e3358d3 100644
--- a/client-common/pom.xml
+++ b/client-common/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   org.apache.livy
   livy-client-common
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/client-http/pom.xml b/client-http/pom.xml
index 0fca693..51d0922 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   org.apache.livy
   livy-client-http
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/core/pom.xml b/core/pom.xml
index cda028e..eeadcef 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,12 +22,12 @@
   
 org.apache.livy
 multi-scala-project-root
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../scala/pom.xml
   
 
   livy-core-parent
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   pom
 
   
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index 644dcd3..be13fed 100644
--- a/core/scala-2.11/pom.xml
+++ b/core/scala-2.11/pom.xml
@@ -19,13 +19,13 @@
   4.0.0
   org.apache.livy
   livy-core_2.11
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
 org.apache.livy
 livy-core-parent
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../pom.xml
   
 
diff --git a/coverage/pom.xml b/coverage/pom.xml
index a4a7a93..75c0e50 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -23,11 +23,11 @@
 org.apache.livy
 livy-main
 ../pom.xml
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
   
 
   livy-coverage-report
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   pom
 
   
diff --git a/docs/_data/project.yml b/docs/_data/project.yml
index 7e28b46..536d44c 100644
--- a/docs/_data/project.yml
+++ b/docs/_data/project.yml
@@ -16,6 +16,6 @@
 # Apache Project configurations
 #
 name: Apache Livy
-version: 0.6.0-incubating
+version: 0.6.1-incubating-SNAPSHOT
 
 podling: true
\ No newline at end of file
diff --git a/docs/programmatic-api.md b/docs/programmatic-api.md
index a7d9ee2..15b20b1 100644
--- a/docs/programmatic-api.md
+++ b/docs/programmatic-api.md
@@ -35,7 +35,7 @@ Add the Livy client dependency to your application's POM:
 
   org.apache.livy
   livy-client-http
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
 
 ```
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 72203ef..fc9c14b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,13 +23,13 @@
   
 org.apache.livy
 livy-main
-0.6.0-incubating
+0.6.1-incubating-SNAPSHOT
 ../pom.xml
   
 
   org.apache.livy
   livy-examples
-  0.6.0-incubating
+  0.6.1-incubating-SNAPSHOT
   jar
 
   
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index fae5d73..3021624 100644
---