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:
parent
e2beaf7976
commit
c9ffa03b74
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue