Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 30435 invoked from network); 12 Jul 2009 14:34:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jul 2009 14:34:07 -0000 Received: (qmail 30747 invoked by uid 500); 12 Jul 2009 14:34:17 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 30644 invoked by uid 500); 12 Jul 2009 14:34:16 -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 30635 invoked by uid 99); 12 Jul 2009 14:34:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 14:34:16 +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; Sun, 12 Jul 2009 14:34:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D3CD023888D7; Sun, 12 Jul 2009 14:33:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r793357 - in /commons/proper/pool/trunk: build.xml pom.xml xdocs/changes.xml xdocs/downloads.xml Date: Sun, 12 Jul 2009 14:33:52 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090712143352.D3CD023888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psteitz Date: Sun Jul 12 14:33:52 2009 New Revision: 793357 URL: http://svn.apache.org/viewvc?rev=793357&view=rev Log: Updated to reflect pool 1.5.2 release. Modified: commons/proper/pool/trunk/build.xml commons/proper/pool/trunk/pom.xml commons/proper/pool/trunk/xdocs/changes.xml commons/proper/pool/trunk/xdocs/downloads.xml Modified: commons/proper/pool/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=793357&r1=793356&r2=793357&view=diff ============================================================================== --- commons/proper/pool/trunk/build.xml (original) +++ commons/proper/pool/trunk/build.xml Sun Jul 12 14:33:52 2009 @@ -40,7 +40,7 @@ - + Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=793357&r1=793356&r2=793357&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Sun Jul 12 14:33:52 2009 @@ -27,7 +27,7 @@ 4.0.0 commons-pool commons-pool - 1.5.2 + 1.5.3-SNAPSHOT Commons Pool 2001 Modified: commons/proper/pool/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/changes.xml?rev=793357&r1=793356&r2=793357&view=diff ============================================================================== --- commons/proper/pool/trunk/xdocs/changes.xml (original) +++ commons/proper/pool/trunk/xdocs/changes.xml Sun Jul 12 14:33:52 2009 @@ -22,6 +22,8 @@ + + Modified: commons/proper/pool/trunk/xdocs/downloads.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/downloads.xml?rev=793357&r1=793356&r2=793357&view=diff ============================================================================== --- commons/proper/pool/trunk/xdocs/downloads.xml (original) +++ commons/proper/pool/trunk/xdocs/downloads.xml Sun Jul 12 14:33:52 2009 @@ -30,7 +30,7 @@ Apache Commons Pool Downloads page.

- Versions 1.3-1.5.1 depend at runtime only on a Java 1.3 or better JVM. + Versions 1.3-1.5.2 depend at runtime only on a Java 1.3 or better JVM.

Commons-pool 1.2 depends at runtime on