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>