Author: brett Date: Tue Mar 28 22:55:38 2006 New Revision: 389699 URL: http://svn.apache.org/viewcvs?rev=389699&view=rev Log: add scm section
Modified: maven/sandbox/maven-plugin-testing-harness/pom.xml Modified: maven/sandbox/maven-plugin-testing-harness/pom.xml URL: http://svn.apache.org/viewcvs/maven/sandbox/maven-plugin-testing-harness/pom.xml?rev=389699&r1=389698&r2=389699&view=diff ============================================================================== --- maven/sandbox/maven-plugin-testing-harness/pom.xml (original) +++ maven/sandbox/maven-plugin-testing-harness/pom.xml Tue Mar 28 22:55:38 2006 @@ -31,4 +31,9 @@ <version>1.2-SNAPSHOT</version> </dependency> </dependencies> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/maven-plugin-testing-harness</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/maven-plugin-testing-harness</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/maven-plugin-testing-harness</url> + </scm> </project>