Author: olamy Date: Mon May 30 11:23:39 2011 New Revision: 1129128 URL: http://svn.apache.org/viewvc?rev=1129128&view=rev Log: use last resources and war plugin version 2.5 2.1.1
Modified: maven/archetype/trunk/pom.xml Modified: maven/archetype/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1129128&r1=1129127&r2=1129128&view=diff ============================================================================== --- maven/archetype/trunk/pom.xml (original) +++ maven/archetype/trunk/pom.xml Mon May 30 11:23:39 2011 @@ -236,7 +236,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> + <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -251,7 +251,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.1-alpha-2</version> + <version>2.1.1</version> </plugin> <plugin> <groupId>org.mortbay.jetty</groupId>