Author: jmitchell Date: Wed Nov 1 17:48:48 2006 New Revision: 470176 URL: http://svn.apache.org/viewvc?view=rev&rev=470176 Log: fix pom scm locations
Modified: struts/maven/trunk/struts-archetype-blank/pom.xml struts/maven/trunk/struts2-archetype-blank/pom.xml struts/maven/trunk/struts2-archetype-starter/pom.xml Modified: struts/maven/trunk/struts-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-archetype-blank/pom.xml?view=diff&rev=470176&r1=470175&r2=470176 ============================================================================== --- struts/maven/trunk/struts-archetype-blank/pom.xml (original) +++ struts/maven/trunk/struts-archetype-blank/pom.xml Wed Nov 1 17:48:48 2006 @@ -14,4 +14,10 @@ <packaging>jar</packaging> <name>Struts Archetypes - Blank</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts-archetype-blank/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts-archetype-blank/</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts-archetype-blank/</url> + </scm> + </project> Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?view=diff&rev=470176&r1=470175&r2=470176 ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-blank/pom.xml Wed Nov 1 17:48:48 2006 @@ -13,4 +13,10 @@ <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Blank</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-blank/</url> + </scm> + </project> Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?view=diff&rev=470176&r1=470175&r2=470176 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-starter/pom.xml Wed Nov 1 17:48:48 2006 @@ -13,4 +13,10 @@ <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Starter</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/</url> + </scm> + </project>