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 2013/02/14 10:42:42 UTC

git commit: ISIS-332: fixing the scm url on root pom

Updated Branches:
  refs/heads/master 7ba9e17ae -> cd2e255a2


ISIS-332: fixing the scm url on root pom


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/cd2e255a
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/cd2e255a
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/cd2e255a

Branch: refs/heads/master
Commit: cd2e255a2442492322edd69c61f5d5e914ac6c92
Parents: 7ba9e17
Author: Dan Haywood <da...@apache.org>
Authored: Thu Feb 14 09:41:06 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Feb 14 09:42:17 2013 +0000

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/cd2e255a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c6aa17c..69f33d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <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>git://git.apache.org/isis.git</url>
+        <url>http://git.apache.org/isis.git</url>
       <tag>HEAD</tag>
   </scm>