You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/09 16:11:08 UTC

svn commit: r834102 - /maven/maven-3/trunk/pom.xml

Author: bentmann
Date: Mon Nov  9 15:11:04 2009
New Revision: 834102

URL: http://svn.apache.org/viewvc?rev=834102&view=rev
Log:
o Fixed SCM info

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=834102&r1=834101&r2=834102&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon Nov  9 15:11:04 2009
@@ -146,9 +146,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-3/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-3/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/maven-3/trunk</url>
   </scm>
   <issueManagement>
     <system>jira</system>