git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1245322 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
@@ -975,6 +975,9 @@
<goals>
<goal>jar</goal>
</goals>
+ <configuration>
+ <destDir>${project.build.directory}</destDir>
+ </configuration>
</execution>
</executions>
</plugin>