Author: jmitchell Date: Mon Nov 20 20:14:58 2006 New Revision: 477501 URL: http://svn.apache.org/viewvc?view=rev&rev=477501 Log: WW-1483 Add trailing slashes to scm locations.
Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=477501&r1=477500&r2=477501 ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Mon Nov 20 20:14:58 2006 @@ -51,9 +51,9 @@ --> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/</url> </scm> <issueManagement> @@ -141,6 +141,7 @@ <!-- should have the org.w3c.dom dependency here --> </dependencies> </profile> + </profiles>