You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by mo...@apache.org on 2019/01/29 22:55:42 UTC

[reef] branch master updated: [REEF-2055] Use `gitbox` instead of `git-wip-us` (#1488)

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

motus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/reef.git


The following commit(s) were added to refs/heads/master by this push:
     new abc122a  [REEF-2055] Use `gitbox` instead of `git-wip-us` (#1488)
abc122a is described below

commit abc122a37d1478530967add245e63e13bf148b9a
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Tue Jan 29 14:55:37 2019 -0800

    [REEF-2055] Use `gitbox` instead of `git-wip-us` (#1488)
---
 pom.xml                             | 2 +-
 website/src/site/resources/doap.rdf | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d185e8..7134e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ under the License.
 
     <scm>
         <connection>scm:git:git@github.com:apache/reef</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/reef</developerConnection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/reef</developerConnection>
         <url>scm:git:git@github.com:apache/reef</url>
         <tag>HEAD</tag>
     </scm>
diff --git a/website/src/site/resources/doap.rdf b/website/src/site/resources/doap.rdf
index e84d12b..10e735c 100644
--- a/website/src/site/resources/doap.rdf
+++ b/website/src/site/resources/doap.rdf
@@ -59,8 +59,8 @@ under the License.
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/reef.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=reef.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/reef.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=reef.git"/>
       </GitRepository>
     </repository>
   </Project>