You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/15 22:11:21 UTC

svn commit: r1157977 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Mon Aug 15 20:11:21 2011
New Revision: 1157977

URL: http://svn.apache.org/viewvc?rev=1157977&view=rev
Log:
added scm configuration back, which was removed by mistake

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1157977&r1=1157976&r2=1157977&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Aug 15 20:11:21 2011
@@ -629,6 +629,12 @@ under the License.
     </mailingList>
   </mailingLists>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
+  </scm>
+
   <ciManagement>
     <system>Jenkins</system>
     <url>https://builds.apache.org/hudson/view/M-R/view/Maven</url>