Author: brett
Date: Thu Jun 14 00:24:19 2007
New Revision: 547156

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

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=547156&r1=547155&r2=547156
==============================================================================
--- maven/surefire/branches/surefire-2.3.x/pom.xml (original)
+++ maven/surefire/branches/surefire-2.3.x/pom.xml Thu Jun 14 00:24:19 2007
@@ -72,7 +72,7 @@
     </contributor>
   </contributors>
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/trunk/</connection>
+    
<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>
   </scm>


Reply via email to