Author: wsmoak Date: Fri Feb 9 21:29:12 2007 New Revision: 505637 URL: http://svn.apache.org/viewvc?view=rev&rev=505637 Log: WW-1726 Update the dbportlet archetype for Struts 2.0.5.
Modified: struts/maven/trunk/struts2-archetype-dbportlet/pom.xml struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml Modified: struts/maven/trunk/struts2-archetype-dbportlet/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-dbportlet/pom.xml?view=diff&rev=505637&r1=505636&r2=505637 ============================================================================== --- struts/maven/trunk/struts2-archetype-dbportlet/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-dbportlet/pom.xml Fri Feb 9 21:29:12 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-dbportlet</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Database Portlet</name> Modified: struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml?view=diff&rev=505637&r1=505636&r2=505637 ============================================================================== --- struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml Fri Feb 9 21:29:12 2007 @@ -23,13 +23,13 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.3</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> - <version>2.0.3</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>commons-lang</groupId> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>2.0.3</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -77,14 +77,6 @@ </dependency> </dependencies> - <repositories> - <repository> - <id>Struts 2 Repository</id> - <url>http://people.apache.org/builds/struts/2.0.3/m2-staging-repository/</url> - </repository> - </repositories> - - <build> <finalName>${artifactId}</finalName> <plugins>