[incubator-livy] 01/01: [BUILD] Update version for 0.7.0-incubating

2019-12-15 Thread jshao
This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to tag v0.7.0-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git

commit eebb6ecfe5ec021244c69096fa240e84f933b2ca
Author: jerryshao 
AuthorDate: Mon Dec 16 14:43:12 2019 +0800

[BUILD] Update version for 0.7.0-incubating
---
 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 +-
 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 +-
 24 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 66f175c..dc3a5af 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   org.apache.livy
   livy-api
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/assembly/pom.xml b/assembly/pom.xml
index b94f0da..41cca2b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
 ../pom.xml
   
 
   livy-assembly
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   pom
 
   
diff --git a/client-common/pom.xml b/client-common/pom.xml
index dac522c..8bc52b9 100644
--- a/client-common/pom.xml
+++ b/client-common/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   org.apache.livy
   livy-client-common
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/client-http/pom.xml b/client-http/pom.xml
index ad31b41..b3d5848 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   org.apache.livy
   livy-client-http
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/core/pom.xml b/core/pom.xml
index 5623220..a367bc7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,12 +22,12 @@
   
 org.apache.livy
 multi-scala-project-root
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
 ../scala/pom.xml
   
 
   livy-core-parent
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   pom
 
   
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index 041f9c1..6e2062b 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.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
 org.apache.livy
 livy-core-parent
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
 ../pom.xml
   
 
diff --git a/coverage/pom.xml b/coverage/pom.xml
index 6419bc4..e4c508a 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -23,11 +23,11 @@
 org.apache.livy
 livy-main
 ../pom.xml
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   livy-coverage-report
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   pom
 
   
diff --git a/docs/_data/project.yml b/docs/_data/project.yml
index 3228413..3b4bbd4 100644
--- a/docs/_data/project.yml
+++ b/docs/_data/project.yml
@@ -16,6 +16,6 @@
 # Apache Project configurations
 #
 name: Apache Livy
-version: 0.7.1-incubating-SNAPSHOT
+version: 0.7.0-incubating
 
 podling: true
diff --git a/examples/pom.xml b/examples/pom.xml
index 1f4aa32..9782e08 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,13 +23,13 @@
   
 org.apache.livy
 livy-main
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
 ../pom.xml
   
 
   org.apache.livy
   livy-examples
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 9fa230b..f652c64 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -23,11 +23,11 @@
 org.apache.livy
 livy-main
 ../pom.xml
-0.7.1-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   livy-integration-test
-  0.7.1-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/pom.xml b/pom.xml
index 1322aeb..1d9d0f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   org.apache.livy
   livy-main
-  

[incubator-livy] 01/01: [BUILD] Update version for 0.7.0-incubating

2019-12-15 Thread jshao
This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to tag v0.7.0-incubating-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git

commit 1918f6a510805eb4422f2d23075c4825ce9d23a1
Author: jerryshao 
AuthorDate: Mon Dec 16 14:18:46 2019 +0800

[BUILD] Update version for 0.7.0-incubating
---
 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 ++--
 dev/release-build.sh | 10 +-
 docs/_data/project.yml   |  4 ++--
 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, 47 insertions(+), 47 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index f66e82a..dc3a5af 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   org.apache.livy
   livy-api
-  0.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/assembly/pom.xml b/assembly/pom.xml
index c0d0b26..41cca2b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
 ../pom.xml
   
 
   livy-assembly
-  0.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   pom
 
   
diff --git a/client-common/pom.xml b/client-common/pom.xml
index 0d9a27e..8bc52b9 100644
--- a/client-common/pom.xml
+++ b/client-common/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   org.apache.livy
   livy-client-common
-  0.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/client-http/pom.xml b/client-http/pom.xml
index 8401950..b3d5848 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -20,12 +20,12 @@
   
 org.apache.livy
 livy-main
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   org.apache.livy
   livy-client-http
-  0.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
diff --git a/core/pom.xml b/core/pom.xml
index 6179a7a..a367bc7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,12 +22,12 @@
   
 org.apache.livy
 multi-scala-project-root
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
 ../scala/pom.xml
   
 
   livy-core-parent
-  0.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   pom
 
   
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index 417f2e2..6e2062b 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.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   jar
 
   
 org.apache.livy
 livy-core-parent
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
 ../pom.xml
   
 
diff --git a/coverage/pom.xml b/coverage/pom.xml
index 3887965..e4c508a 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -23,11 +23,11 @@
 org.apache.livy
 livy-main
 ../pom.xml
-0.7.0-incubating-SNAPSHOT
+0.7.0-incubating
   
 
   livy-coverage-report
-  0.7.0-incubating-SNAPSHOT
+  0.7.0-incubating
   pom
 
   
diff --git a/dev/release-build.sh b/dev/release-build.sh
index 5c3bbc2..a1a30a5 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -122,8 +122,8 @@ if [[ "$1" == "package" ]]; then
   echo "Packaging release tarballs"
   cp -r incubator-livy $ARCHIVE_NAME_PREFIX
   zip -r $SRC_ARCHIVE $ARCHIVE_NAME_PREFIX
-  echo "" | $GPG --passphrase-fd 0 --armour --output $SRC_ARCHIVE.asc 
--detach-sig $SRC_ARCHIVE
-  echo "" | $GPG --passphrase-fd 0 --print-md SHA512 $SRC_ARCHIVE > 
$SRC_ARCHIVE.sha512
+  echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --armour --output 
$SRC_ARCHIVE.asc --detach-sig $SRC_ARCHIVE
+  echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --print-md SHA512 $SRC_ARCHIVE 
> $SRC_ARCHIVE.sha512
   rm -rf $ARCHIVE_NAME_PREFIX
 
   # Updated for binary build
@@ -135,8 +135,8 @@ if [[ "$1" == "package" ]]; then
 
 echo "Copying and signing regular binary distribution"
 cp assembly/target/$BIN_ARCHIVE .
-echo "" | $GPG --passphrase-fd 0 --armour --output $BIN_ARCHIVE.asc 
--detach-sig $BIN_ARCHIVE
-echo "" | $GPG --passphrase-fd 0 --print-md SHA512 $BIN_ARCHIVE >