You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/05/13 14:37:05 UTC

[isis] 02/05: ISIS-1810: fixes scm URLs in root pom

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

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

commit 105b532139898ec4a2abcf504eddf5b328c877e1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 13 15:15:42 2018 +0100

    ISIS-1810: fixes scm URLs in root pom
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e40ac15..2b56198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,9 +32,9 @@
     </description>
 
     <scm>
-        <connection>scm:git:http://git.apache.org/isis.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/isis.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=isis.git</url>
+        <connection>scm:git:https://github.com/apache/isis.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/isis.git</developerConnection>
+        <url>https://github.com/apache/isis.git</url>
       <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.