You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by br...@apache.org on 2007/06/14 09:24:46 UTC

svn commit: r547157 - /maven/surefire/trunk/pom.xml

Author: brett
Date: Thu Jun 14 00:24:45 2007
New Revision: 547157

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

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=547157&r1=547156&r2=547157
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Thu Jun 14 00:24:45 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>