Author: brett
Date: Mon Mar 27 03:16:28 2006
New Revision: 389101

URL: http://svn.apache.org/viewcvs?rev=389101&view=rev
Log:
fix scm urls

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/pom.xml?rev=389101&r1=389100&r2=389101&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Mon Mar 27 03:16:28 2006
@@ -65,8 +65,8 @@
     </developer>
   </developers>
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/surefire/trunk/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/surefire/trunk/</developerConnection>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/surefire/maven/trunk/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/trunk/</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/</url>
   </scm>
   <organization>


Reply via email to