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>