You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2006/11/03 06:33:21 UTC

svn commit: r470675 - /struts/struts1/trunk/apps/pom.xml

Author: jmitchell
Date: Thu Nov  2 21:33:19 2006
New Revision: 470675

URL: http://svn.apache.org/viewvc?view=rev&rev=470675
Log:
Fix pom scm location

Modified:
    struts/struts1/trunk/apps/pom.xml

Modified: struts/struts1/trunk/apps/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/pom.xml?view=diff&rev=470675&r1=470674&r2=470675
==============================================================================
--- struts/struts1/trunk/apps/pom.xml (original)
+++ struts/struts1/trunk/apps/pom.xml Thu Nov  2 21:33:19 2006
@@ -34,6 +34,12 @@
    <packaging>pom</packaging>
    <name>Struts Apps</name>
 
+    <scm>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/</developerConnection>
+       <url>http://svn.apache.org/viewcvs.cgi/struts/struts1/trunk/apps/</url>
+    </scm>
+
    <distributionManagement>
        <site>
            <id>apache-site</id>