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/13 11:30:35 UTC

git commit: ISIS-332: adding scm url to root pom

Updated Branches:
  refs/heads/master cd0eba11d -> 8c63f8238


ISIS-332: adding scm url to root pom


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

Branch: refs/heads/master
Commit: 8c63f823803151143eeba5d06253d4afda16a709
Parents: cd0eba1
Author: Dan Haywood <da...@apache.org>
Authored: Wed Feb 13 10:29:35 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Wed Feb 13 10:29:35 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/8c63f823/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ccd9ca3..c6aa17c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,13 @@
         The parent POM of all modules is core/pom.xml
     </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>git://git.apache.org/isis.git</url>
+      <tag>HEAD</tag>
+  </scm>
+
     <modules>
         <module>core</module>