HADOOP-7864. Building mvn site with Maven < 3.0.2 causes OOM errors. Contributed by Andrew Bayer

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1208153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2011-11-30 00:03:40 +00:00
parent 65681d5716
commit 670fa8770b
2 changed files with 4 additions and 1 deletions

View File

@ -144,6 +144,9 @@ Release 0.23.1 - Unreleased
HADOOP-7859. TestViewFsHdfs.testgetFileLinkStatus is failing an assert. (eli)
HADOOP-7864. Building mvn site with Maven < 3.0.2 causes OOM errors.
(Andrew Bayer via eli)
Release 0.23.0 - 2011-11-01
INCOMPATIBLE CHANGES

View File

@ -123,7 +123,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.0,)</version>
<version>[3.0.2,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>1.6</version>