Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 19090 invoked from network); 29 Mar 2011 04:31:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 04:31:50 -0000 Received: (qmail 88949 invoked by uid 500); 29 Mar 2011 04:31:49 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 88765 invoked by uid 500); 29 Mar 2011 04:31:49 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 88758 invoked by uid 99); 29 Mar 2011 04:31:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 04:31:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 29 Mar 2011 04:31:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 50D4E238890D; Tue, 29 Mar 2011 04:31:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1086471 - in /commons/proper/pool/branches/POOL_1_X: build.xml pom.xml Date: Tue, 29 Mar 2011 04:31:25 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110329043125.50D4E238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psteitz Date: Tue Mar 29 04:31:24 2011 New Revision: 1086471 URL: http://svn.apache.org/viewvc?rev=1086471&view=rev Log: Prepare for 1.5.6 release. Modified: commons/proper/pool/branches/POOL_1_X/build.xml commons/proper/pool/branches/POOL_1_X/pom.xml Modified: commons/proper/pool/branches/POOL_1_X/build.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/build.xml?rev=1086471&r1=1086470&r2=1086471&view=diff ============================================================================== --- commons/proper/pool/branches/POOL_1_X/build.xml (original) +++ commons/proper/pool/branches/POOL_1_X/build.xml Tue Mar 29 04:31:24 2011 @@ -40,7 +40,7 @@ - + Modified: commons/proper/pool/branches/POOL_1_X/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1086471&r1=1086470&r2=1086471&view=diff ============================================================================== --- commons/proper/pool/branches/POOL_1_X/pom.xml (original) +++ commons/proper/pool/branches/POOL_1_X/pom.xml Tue Mar 29 04:31:24 2011 @@ -27,7 +27,7 @@ 4.0.0 commons-pool commons-pool - 1.5.6-SNAPSHOT + 1.5.6 Commons Pool 2001