This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
     new 02550f7  Update Livy repo URLs.
02550f7 is described below

commit 02550f7919b7348b6a7270cf806e031670037b2f
Author: Marcelo Vanzin <van...@cloudera.com>
AuthorDate: Mon Jan 7 15:18:28 2019 -0800

    Update Livy repo URLs.
    
    Author: Marcelo Vanzin <van...@cloudera.com>
    
    Closes #137 from vanzin/gitbox_update.
---
 dev/release-build.sh | 2 +-
 pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/release-build.sh b/dev/release-build.sh
index 6b88218..9a72164 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -96,7 +96,7 @@ rm -rf release-staging
 mkdir release-staging
 cd release-staging
 
-git clone https://git-wip-us.apache.org/repos/asf/incubator-livy.git
+git clone https://gitbox.apache.org/repos/asf/incubator-livy.git
 cd incubator-livy
 git checkout $GIT_REF
 git_hash=`git rev-parse --short HEAD`
diff --git a/pom.xml b/pom.xml
index 050bd3d..2177134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
   <scm>
     <connection>scm:git:g...@github.com:apache/incubator-livy.git</connection>
-    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-livy.git</developerConnection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-livy.git</developerConnection>
     <url>scm:git:g...@github.com:apache/incubator-livy.git</url>
     <tag>HEAD</tag>
   </scm>

Reply via email to