Author: wsmoak Date: Sat Aug 23 09:52:55 2008 New Revision: 688365 URL: http://svn.apache.org/viewvc?rev=688365&view=rev Log: [WW-1726] Update version numbers and scm urls.
Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml?rev=688365&r1=688364&r2=688365&view=diff ============================================================================== --- struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml (original) +++ struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/pom.xml Sat Aug 23 09:52:55 2008 @@ -9,15 +9,15 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-starter</artifactId> - <version>2.0.12-SNAPSHOT</version> + <version>2.0.11.2-SNAPSHOT</version> <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> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/</developerConnection> + <url>http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/</url> + </scm> <profiles> <profile> Modified: struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=688365&r1=688364&r2=688365&view=diff ============================================================================== --- struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Sat Aug 23 09:52:55 2008 @@ -23,17 +23,17 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.11</version> + <version>2.0.11.2</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> - <version>2.0.11</version> + <version>2.0.11.2</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>2.0.11</version> + <version>2.0.11.2</version> </dependency> <!-- Servlet & Jsp -->