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 11:41:56 UTC

svn commit: r470752 - /struts/struts2/trunk/plugins/pom.xml

Author: jmitchell
Date: Fri Nov  3 02:41:55 2006
New Revision: 470752

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

Modified:
    struts/struts2/trunk/plugins/pom.xml

Modified: struts/struts2/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?view=diff&rev=470752&r1=470751&r2=470752
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Fri Nov  3 02:41:55 2006
@@ -11,6 +11,13 @@
     <artifactId>struts2-plugins</artifactId>
     <packaging>pom</packaging>
     <name>Struts Plugins</name>
+
+   <scm>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/</connection>
+     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/</developerConnection>
+     <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/</url>
+   </scm>
+
     <modules>
         <module>config-browser</module>
         <module>jasperreports</module>