Add trailing slashes to scm locations.


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Mitchell
2006-11-21 04:14:58 +00:00
parent c466be3638
commit 0586eee2b7
+4 -3
View File
@@ -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>