Author: niallp
Date: Tue Feb 19 08:44:23 2008
New Revision: 629154
URL: http://svn.apache.org/viewvc?rev=629154&view=rev
Log:
Fix scm urls
Modified:
commons/proper/commons-build-plugin/trunk/pom.xml
Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=629154&r1=629153&r2=629154&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Tue Feb 19 08:44:23 2008
@@ -43,9 +43,9 @@
</issueManagement>
<inceptionYear>2008</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/</developerConnection>
-
<url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/</url>
</scm>
<developers>