Author: lukaszlenart Date: Sat May 12 15:45:50 2012 New Revision: 1337576 URL: http://svn.apache.org/viewvc?rev=1337576&view=rev Log: WW-3813 Prepares for release
Modified: struts/struts2/trunk/pom.xml struts/struts2/trunk/src/site/resources/archetype-catalog.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1337576&r1=1337575&r2=1337576&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sat May 12 15:45:50 2012 @@ -55,7 +55,7 @@ <distributionManagement> <site> <id>apache-site</id> - <url>scp://people.apache.org/www/struts.apache.org/2.x/</url> + <url>scp://people.apache.org/www/struts.apache.org/2.3.4/</url> </site> </distributionManagement> Modified: struts/struts2/trunk/src/site/resources/archetype-catalog.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/resources/archetype-catalog.xml?rev=1337576&r1=1337575&r2=1337576&view=diff ============================================================================== --- struts/struts2/trunk/src/site/resources/archetype-catalog.xml (original) +++ struts/struts2/trunk/src/site/resources/archetype-catalog.xml Sat May 12 15:45:50 2012 @@ -7,42 +7,42 @@ <archetype> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetype-blank</artifactId> - <version>2.3.1</version> + <version>2.3.4</version> <repository>http://repo1.maven.org/maven2/</repository> <description>Struts 2 Archetypes - Blank</description> </archetype> <archetype> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetype-convention</artifactId> - <version>2.3.1</version> + <version>2.3.4</version> <repository>http://repo1.maven.org/maven2/</repository> <description>Struts 2 Archetypes - Blank Convention</description> </archetype> <archetype> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetype-dbportlet</artifactId> - <version>2.3.1</version> + <version>2.3.4</version> <repository>http://repo1.maven.org/maven2/</repository> <description>Struts 2 Archetypes - Database Portlet</description> </archetype> <archetype> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetype-plugin</artifactId> - <version>2.3.1</version> + <version>2.3.4</version> <repository>http://repo1.maven.org/maven2/</repository> <description>Struts 2 Archetypes - Plugin</description> </archetype> <archetype> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetype-portlet</artifactId> - <version>2.3.1</version> + <version>2.3.4</version> <repository>http://repo1.maven.org/maven2/</repository> <description>Struts 2 Archetypes - Portlet</description> </archetype> <archetype> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetype-starter</artifactId> - <version>2.3.1</version> + <version>2.3.4</version> <repository>http://repo1.maven.org/maven2/</repository> <description>Struts 2 Archetypes - Starter</description> </archetype>