Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 2615 invoked from network); 10 Nov 2010 18:50:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Nov 2010 18:50:52 -0000 Received: (qmail 55886 invoked by uid 500); 10 Nov 2010 18:51:23 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 55851 invoked by uid 500); 10 Nov 2010 18:51:23 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 55843 invoked by uid 99); 10 Nov 2010 18:51:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 18:51:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 18:51:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5301223888E4; Wed, 10 Nov 2010 18:50:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1033641 - in /hadoop/hdfs/branches/branch-0.21: CHANGES.txt build.xml ivy/libraries.properties Date: Wed, 10 Nov 2010 18:50:05 -0000 To: hdfs-commits@hadoop.apache.org From: tomwhite@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101110185005.5301223888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tomwhite Date: Wed Nov 10 18:50:04 2010 New Revision: 1033641 URL: http://svn.apache.org/viewvc?rev=1033641&view=rev Log: Merge -r 1033638:1033639 from trunk to branch-0.21. Fixes: HDFS-1292 Modified: hadoop/hdfs/branches/branch-0.21/CHANGES.txt hadoop/hdfs/branches/branch-0.21/build.xml hadoop/hdfs/branches/branch-0.21/ivy/libraries.properties Modified: hadoop/hdfs/branches/branch-0.21/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/CHANGES.txt?rev=1033641&r1=1033640&r2=1033641&view=diff ============================================================================== --- hadoop/hdfs/branches/branch-0.21/CHANGES.txt (original) +++ hadoop/hdfs/branches/branch-0.21/CHANGES.txt Wed Nov 10 18:50:04 2010 @@ -24,6 +24,9 @@ Release 0.21.1 - Unreleased HDFS-1474. ant binary-system is broken (cos) + HDFS-1292. Allow artifacts to be published to the staging Apache Nexus + Maven Repository. (Giridharan Kesavan via tomwhite) + Release 0.21.0 - 2010-08-13 INCOMPATIBLE CHANGES Modified: hadoop/hdfs/branches/branch-0.21/build.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.21/build.xml?rev=1033641&r1=1033640&r2=1033641&view=diff ============================================================================== --- hadoop/hdfs/branches/branch-0.21/build.xml (original) +++ hadoop/hdfs/branches/branch-0.21/build.xml Wed Nov 10 18:50:04 2010 @@ -141,6 +141,10 @@ + + + @@ -186,6 +190,10 @@ + + + + @@ -1160,13 +1168,20 @@ - + + + + + + + + - - - - - - - - - + @@ -1443,38 +1450,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Signing @{input.file} Sig File: @{output.file} + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - + - + + - + - + + + + + + + - + - - + + + tofile="${basedir}/ivy/hadoop-hdfs-${herriot.suffix}.xml"/> + tofile="${basedir}/ivy/hadoop-hdfs-${herriot.suffix}-test.xml"/> @@ -1486,7 +1605,6 @@ -