You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/05/24 22:08:31 UTC

svn commit: r947778 - /incubator/bval/trunk/pom.xml

Author: dwoods
Date: Mon May 24 20:08:31 2010
New Revision: 947778

URL: http://svn.apache.org/viewvc?rev=947778&view=rev
Log:
BVAL-58 Enforce maven 2.2.1 or higher, now that the Hudson builds have been updated

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=947778&r1=947777&r2=947778&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Mon May 24 20:08:31 2010
@@ -429,7 +429,7 @@
                         <configuration>
                             <rules>
                                 <requireMavenVersion>
-                                    <version>[2.0.9,)</version>
+                                    <version>[2.2.1,)</version>
                                 </requireMavenVersion>
                                 <requireJavaVersion>
                                     <version>[1.5,)</version>