Author: jmitchell Date: Thu Nov 2 04:11:47 2006 New Revision: 470345 URL: http://svn.apache.org/viewvc?view=rev&rev=470345 Log: fix pom scm locations
Modified: struts/struts2/trunk/apps/pom.xml Modified: struts/struts2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?view=diff&rev=470345&r1=470344&r2=470345 ============================================================================== --- struts/struts2/trunk/apps/pom.xml (original) +++ struts/struts2/trunk/apps/pom.xml Thu Nov 2 04:11:47 2006 @@ -38,6 +38,12 @@ <module>showcase</module> </modules> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/</url> + </scm> + <distributionManagement> <site> <id>apache-site</id>