You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by co...@apache.org on 2011/08/07 03:14:17 UTC

svn commit: r1154632 - in /hadoop/common/branches/branch-0.22/common: CHANGES.txt build.xml

Author: cos
Date: Sun Aug  7 01:14:17 2011
New Revision: 1154632

URL: http://svn.apache.org/viewvc?rev=1154632&view=rev
Log:
HADOOP-7513. mvn-deploy target fails. Contributed by Joep Rottinghuis.

Modified:
    hadoop/common/branches/branch-0.22/common/CHANGES.txt
    hadoop/common/branches/branch-0.22/common/build.xml

Modified: hadoop/common/branches/branch-0.22/common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/common/CHANGES.txt?rev=1154632&r1=1154631&r2=1154632&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.22/common/CHANGES.txt Sun Aug  7 01:14:17 2011
@@ -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

Modified: hadoop/common/branches/branch-0.22/common/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/common/build.xml?rev=1154632&r1=1154631&r2=1154632&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/common/build.xml (original)
+++ hadoop/common/branches/branch-0.22/common/build.xml Sun Aug  7 01:14:17 2011
@@ -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}"/>