You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/08/15 10:53:49 UTC

svn commit: r985630 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: dennisl
Date: Sun Aug 15 08:53:49 2010
New Revision: 985630

URL: http://svn.apache.org/viewvc?rev=985630&view=rev
Log:
o Next version will be 2.1.
o Use mavenVersion property in <prerequisites>

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=985630&r1=985629&r2=985630&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun Aug 15 08:53:49 2010
@@ -29,14 +29,14 @@ under the License.
   </parent>
 
   <artifactId>maven-war-plugin</artifactId>
-  <version>2.1-beta-2-SNAPSHOT</version>
+  <version>2.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven WAR Plugin</name>
   <description>Builds a Web Application Archive (WAR) file from the project output and its dependencies.</description>
 
   <prerequisites>
-    <maven>2.0.6</maven>
+    <maven>${mavenVersion}</maven>
   </prerequisites>
 
   <scm>