Author: evenisse Date: Wed Nov 16 09:09:06 2005 New Revision: 345062 URL: http://svn.apache.org/viewcvs?rev=345062&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=345062&r1=345061&r2=345062&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Wed Nov 16 09:09:06 2005 @@ -195,8 +195,8 @@ <module>maven-verifier-plugin</module> </modules> <scm> - <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> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url> </scm> <build>