git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1154632 13f79535-47bb-0310-9956-ffa450edef68
@@ -525,6 +525,8 @@ Release 0.22.0 - Unreleased
HADOOP-7252. JUnit shows up as a compile time dependency in 0.22.
(Harsh J Chouraria via todd)
+ HADOOP-7513. mvn-deploy target fails (Joep Rottinghuis via cos)
+
Release 0.21.1 - Unreleased
IMPROVEMENTS
@@ -1325,7 +1325,7 @@
<target name="simpledeploy" unless="staging">
<artifact:pom file="${hadoop-common.pom}" id="hadoop.core"/>
- <artifact:pom file="${hadoop-common-test.pom}" id="hadoop.test"/>
+ <artifact:pom file="${hadoop-common-test.pom}" id="hadoop.core.test"/>
<artifact:pom file="${hadoop-common-instrumented.pom}"
id="hadoop.core.${herriot.suffix}"/>