Author: brett
Date: Thu Jun 14 01:06:28 2007
New Revision: 547162
URL: http://svn.apache.org/viewvc?view=rev&rev=547162
Log:
fix SCM URLs
Modified:
maven/surefire/branches/surefire-2.3.x/pom.xml
Modified: maven/surefire/branches/surefire-2.3.x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/branches/surefire-2.3.x/pom.xml?view=diff&rev=547162&r1=547161&r2=547162
==============================================================================
--- maven/surefire/branches/surefire-2.3.x/pom.xml (original)
+++ maven/surefire/branches/surefire-2.3.x/pom.xml Thu Jun 14 01:06:28 2007
@@ -72,9 +72,9 @@
</contributor>
</contributors>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/surefire/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/trunk/</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/surefire/branches/surefire-2.3.x/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/branches/surefire-2.3.x/</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/maven/surefire/branches/surefire-2.3.x</url>
</scm>
<build>
<plugins>