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 2006/03/17 13:19:51 UTC

svn commit: r386622 - /maven/surefire/branches/surefire-testng/pom.xml

Author: brett
Date: Fri Mar 17 04:19:49 2006
New Revision: 386622

URL: http://svn.apache.org/viewcvs?rev=386622&view=rev
Log:
fix SCM URLs

Modified:
    maven/surefire/branches/surefire-testng/pom.xml

Modified: maven/surefire/branches/surefire-testng/pom.xml
URL: http://svn.apache.org/viewcvs/maven/surefire/branches/surefire-testng/pom.xml?rev=386622&r1=386621&r2=386622&view=diff
==============================================================================
--- maven/surefire/branches/surefire-testng/pom.xml (original)
+++ maven/surefire/branches/surefire-testng/pom.xml Fri Mar 17 04:19:49 2006
@@ -46,9 +46,9 @@
     </contributor>
   </contributors>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/surefire/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/surefire/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/</url>
+    <connection>scm:svn:https://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>
   <build>
     <pluginManagement>