You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2011/11/30 01:03:42 UTC

svn commit: r1208153 - /hadoop/common/trunk/pom.xml

Author: eli
Date: Wed Nov 30 00:03:40 2011
New Revision: 1208153

URL: http://svn.apache.org/viewvc?rev=1208153&view=rev
Log:
HADOOP-7864. Building mvn site with Maven < 3.0.2 causes OOM errors. Contributed by Andrew Bayer

Modified:
    hadoop/common/trunk/pom.xml

Modified: hadoop/common/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/pom.xml?rev=1208153&r1=1208152&r2=1208153&view=diff
==============================================================================
--- hadoop/common/trunk/pom.xml (original)
+++ hadoop/common/trunk/pom.xml Wed Nov 30 00:03:40 2011
@@ -123,7 +123,7 @@
         <configuration>
           <rules>
             <requireMavenVersion>
-              <version>[3.0.0,)</version>
+              <version>[3.0.2,)</version>
             </requireMavenVersion>
             <requireJavaVersion>
               <version>1.6</version>