[jbossws-commits] JBossWS SVN: r12912 - maven/parent/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Sep 6 11:51:32 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-09-06 11:51:32 -0400 (Mon, 06 Sep 2010)
New Revision: 12912

Modified:
   maven/parent/trunk/pom.xml
Log:
[JBWS-2957] Update enforces plugin to require at least Maven 2.1.0 as that's what comes with a maven antrun plugin having Ant 1.7.x or greater (and currently Maven does not support version ranges for plugins...)


Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml	2010-09-06 15:12:42 UTC (rev 12911)
+++ maven/parent/trunk/pom.xml	2010-09-06 15:51:32 UTC (rev 12912)
@@ -195,7 +195,7 @@
                 <configuration>
                   <rules>
                     <requireMavenVersion>
-                      <version>2.0.9</version>
+                      <version>2.1.0</version>
                     </requireMavenVersion>
                     <requireJavaVersion>
                       <version>1.6</version>



More information about the jbossws-commits mailing list