You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/10 12:08:34 UTC

svn commit: r635527 - /maven/plugin-tools/trunk/pom.xml

Author: vsiveton
Date: Mon Mar 10 04:08:33 2008
New Revision: 635527

URL: http://svn.apache.org/viewvc?rev=635527&view=rev
Log:
o removed last '/' in SCM urls

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=635527&r1=635526&r2=635527&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Mon Mar 10 04:08:33 2008
@@ -49,8 +49,8 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk/</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-tools/trunk</url>
   </scm>