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 2008/09/11 16:00:24 UTC

svn commit: r694255 - /maven/components/branches/maven-2.1.0-M1-RC/pom.xml

Author: brett
Date: Thu Sep 11 07:00:19 2008
New Revision: 694255

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

Modified:
    maven/components/branches/maven-2.1.0-M1-RC/pom.xml

Modified: maven/components/branches/maven-2.1.0-M1-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-M1-RC/pom.xml?rev=694255&r1=694254&r2=694255&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.0-M1-RC/pom.xml (original)
+++ maven/components/branches/maven-2.1.0-M1-RC/pom.xml Thu Sep 11 07:00:19 2008
@@ -98,9 +98,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.0-M1-RC</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.0-M1-RC</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-M1-RC</url>
   </scm>
 
   <build>