You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/01/09 12:22:44 UTC

svn commit: r494376 - /maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml

Author: brett
Date: Tue Jan  9 03:22:43 2007
New Revision: 494376

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

Modified:
    maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml

Modified: maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml?view=diff&rev=494376&r1=494375&r2=494376
==============================================================================
--- maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml (original)
+++ maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml Tue Jan  9 03:22:43 2007
@@ -344,9 +344,9 @@
     </profile>
   </profiles>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven-plugin-surrogate-parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven-plugin-surrogate-parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven-plugin-surrogate-parent</url>
   </scm>
 </project>