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/01/30 14:49:48 UTC

[isis] 03/03: ISIS-1856: updates incorrect in (parent) core's pom.xml

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

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

commit 6c200e3fe1e256695db6067aae9354fc4f04bd72
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jan 30 14:36:18 2018 +0000

    ISIS-1856: updates incorrect <scm> in (parent) core's pom.xml
---
 core/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index a2bda6e..9bf229f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -188,9 +188,9 @@
     </properties>
 
     <scm>
-        <connection>scm:git:http://git.apache.org/isis.git/core</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/isis.git/trunk/framework/</developerConnection>
-        <url>git://git.apache.org/isis.git/core</url>
+        <connection>scm:git:http://github.com/apache/isis.git</connection>
+        <developerConnection>scm:git:https://github.com/apache/isis.git</developerConnection>
+        <url>http://github.com/apache/isis</url>
         <tag>HEAD</tag>
     </scm>
 

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