git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1355021 13f79535-47bb-0310-9956-ffa450edef68
@@ -16,6 +16,8 @@ Release 0.23.3 - UNRELEASED
HADOOP-8373. Port RPC.getServerAddress to 0.23 (Daryn Sharp via bobby)
+ HADOOP-8535. Cut hadoop build times in half (Job Eagles via bobby)
+
OPTIMIZATIONS
BUG FIXES
@@ -659,7 +659,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
+ <version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>