You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2009/09/17 08:06:09 UTC

svn commit: r816064 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: snicoll
Date: Thu Sep 17 06:06:09 2009
New Revision: 816064

URL: http://svn.apache.org/viewvc?rev=816064&view=rev
Log:
preparing maven ear plugin release. Switched to 2.4 as it contains a major new feature (support of JaveEE 6)

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

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=816064&r1=816063&r2=816064&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Thu Sep 17 06:06:09 2009
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>2.3.3-SNAPSHOT</version>
+  <version>2.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven EAR Plugin</name>