git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1240236 13f79535-47bb-0310-9956-ffa450edef68
@@ -98,6 +98,9 @@ Release 0.23.1 - Unreleased
OPTIMIZATIONS
BUG FIXES
+ HADOOP-8018. Hudson auto test for HDFS has started throwing javadoc
+ (Jon Eagles via bobby)
+
HADOOP-8001 ChecksumFileSystem's rename doesn't correctly handle checksum
files. (Daryn Sharp via bobby)
@@ -667,7 +667,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8.1</version>
</plugin>
@@ -187,7 +187,7 @@
- <version>2.8</version>
<reportSets>
<reportSet>
<id>aggregate</id>