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 21:00:41 UTC

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

Author: dwoods
Date: Mon May 24 19:00:40 2010
New Revision: 947763

URL: http://svn.apache.org/viewvc?rev=947763&view=rev
Log:
BVAL-58 Don't enforce maven 2.2.1 or higher, as the Hudson build servers use 2.0.9 by default

Modified:
    incubator/bval/trunk/pom.xml

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