You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/09/24 05:32:57 UTC

svn commit: r698422 - /maven/core-integration-testing/trunk/pom.xml

Author: brett
Date: Tue Sep 23 20:32:57 2008
New Revision: 698422

URL: http://svn.apache.org/viewvc?rev=698422&view=rev
Log:
fix SCM

Modified:
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=698422&r1=698421&r2=698422&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Tue Sep 23 20:32:57 2008
@@ -38,4 +38,9 @@
     <module>core-it-suite</module>
     <module>core-it-support</module>
   </modules>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/</url>
+  </scm>
 </project>