You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/01/16 14:50:56 UTC

[directory-fortress-realm] branch master updated: replace links to gitbox

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-realm.git


The following commit(s) were added to refs/heads/master by this push:
     new 5469e23  replace links to gitbox
5469e23 is described below

commit 5469e2360b21e10bdd75e646c8319e4ab85c7768
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Wed Jan 16 06:50:52 2019 -0800

    replace links to gitbox
---
 README.md | 2 +-
 pom.xml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 445cee2..5ab8834 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 
  a. from git:
  ```
- git clone --branch 2.0.3 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.3 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
  cd directory-fortress-realm
  mvn clean install
  ```
diff --git a/pom.xml b/pom.xml
index f5ab78f..e1c2347 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git</connection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
     <developerConnection>
-      scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+      scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
     </developerConnection>
     <tag>2.0.3</tag>
   </scm>