Author: davsclaus Date: Sun Oct 3 11:14:18 2010 New Revision: 1003948 URL: http://svn.apache.org/viewvc?rev=1003948&view=rev Log: CAMEL-2703: Upgraded plugin version for maven-war-plugin to 2.1.
Modified: camel/trunk/components/camel-web/pom.xml camel/trunk/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=1003948&r1=1003947&r2=1003948&view=diff ============================================================================== --- camel/trunk/components/camel-web/pom.xml (original) +++ camel/trunk/components/camel-web/pom.xml Sun Oct 3 11:14:18 2010 @@ -891,7 +891,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.1-alpha-2</version> + <version>2.1</version> <configuration> <attachClasses>true</attachClasses> <!-- <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes> --> Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1003948&r1=1003947&r2=1003948&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Sun Oct 3 11:14:18 2010 @@ -192,7 +192,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.1-alpha-2</version> + <version>2.1</version> <configuration> <webResources> <!--