Author: evenisse Date: Wed Nov 16 08:24:11 2005 New Revision: 345050 URL: http://svn.apache.org/viewcvs?rev=345050&view=rev Log: Fix svn url
Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/pom.xml?rev=345050&r1=345049&r2=345050&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Wed Nov 16 08:24:11 2005 @@ -195,8 +195,8 @@ <module>maven-verifier-plugin</module> </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</developerConnection> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url> </scm> <build>