Merge -r 1245249:1245250 from trunk to branch. FIXES: HADOOP-8066
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1245251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ecacbc94a3
commit
24fd4a0246
|
@ -44,6 +44,8 @@ Release 0.23.2 - UNRELEASED
|
|||
HADOOP-8082 add hadoop-client and hadoop-minicluster to the
|
||||
dependency-management section. (tucu)
|
||||
|
||||
HADOOP-8066 The full docs build intermittently fails (abayer via tucu)
|
||||
|
||||
Release 0.23.1 - 2012-02-08
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -749,6 +749,11 @@
|
|||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue