Merge -r 1245320:1245321 from trunk to branch. FIXES: HADOOP-8083

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1245322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alejandro Abdelnur 2012-02-17 05:50:53 +00:00
parent e2beaf7976
commit c9ffa03b74
2 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,8 @@ Release 0.23.2 - UNRELEASED
HADOOP-8066 The full docs build intermittently fails (abayer via tucu)
HADOOP-8083 javadoc generation for some modules is not done under target/ (tucu)
Release 0.23.1 - 2012-02-08
INCOMPATIBLE CHANGES

View File

@ -975,6 +975,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<destDir>${project.build.directory}</destDir>
</configuration>
</execution>
</executions>
</plugin>