You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/01/27 18:16:05 UTC

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

Author: khmarbaise
Date: Wed Jan 27 17:16:05 2016
New Revision: 1727132

URL: http://svn.apache.org/viewvc?rev=1727132&view=rev
Log:
[MWAR-362] Bump version to 3.0.0-SNAPSHOT

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=1727132&r1=1727131&r2=1727132&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Jan 27 17:16:05 2016
@@ -31,7 +31,7 @@
   </parent>
 
   <artifactId>maven-war-plugin</artifactId>
-  <version>2.7-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven WAR Plugin</name>