You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/07/16 18:38:37 UTC

[incubator-toree] 03/04: Update link to Apache official repository in gitbox

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

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

commit 2ea5a636cf4f6d99e553fc21c774f4b9d4b4d28a
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Thu Jul 16 11:25:42 2020 -0700

    Update link to Apache official repository in gitbox
---
 build.sbt                  | 2 +-
 etc/tools/release-build.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index dffe963..7a99162 100644
--- a/build.sbt
+++ b/build.sbt
@@ -109,7 +109,7 @@ pomExtra in ThisBuild := {
     <url>git@github.com:apache/incubator-toree.git</url>
     <connection>scm:git:git@github.com:apache/incubator-toree.git</connection>
     <developerConnection>
-      scm:git:https://git-wip-us.apache.org/repos/asf/incubator-toree.git
+      scm:git:https://gitbox.apache.org/repos/asf/incubator-toree.git
     </developerConnection>
     <tag>HEAD</tag>
   </scm>
diff --git a/etc/tools/release-build.sh b/etc/tools/release-build.sh
index fa105a8..1f6a6fa 100755
--- a/etc/tools/release-build.sh
+++ b/etc/tools/release-build.sh
@@ -222,7 +222,7 @@ function checkout_code {
     mkdir target
     cd target
     rm -rf toree
-    git clone https://git-wip-us.apache.org/repos/asf/incubator-toree.git toree
+    git clone https://gitbox.apache.org/repos/asf/incubator-toree.git toree
     cd toree
     git checkout $GIT_REF
     git_hash=`git rev-parse --short HEAD`