Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5CCC108C7 for ; Fri, 28 Feb 2014 19:47:32 +0000 (UTC) Received: (qmail 33676 invoked by uid 500); 28 Feb 2014 19:47:31 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 33578 invoked by uid 500); 28 Feb 2014 19:47:30 -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 33571 invoked by uid 99); 28 Feb 2014 19:47:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 19:47:30 +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; Fri, 28 Feb 2014 19:47:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6D907238890D; Fri, 28 Feb 2014 19:47:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1573051 - /commons/proper/dbcp/trunk/build.properties.sample Date: Fri, 28 Feb 2014 19:47:09 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140228194709.6D907238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psteitz Date: Fri Feb 28 19:47:09 2014 New Revision: 1573051 URL: http://svn.apache.org/r1573051 Log: Updated pool dependency. Modified: commons/proper/dbcp/trunk/build.properties.sample Modified: commons/proper/dbcp/trunk/build.properties.sample URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=1573051&r1=1573050&r2=1573051&view=diff ============================================================================== --- commons/proper/dbcp/trunk/build.properties.sample (original) +++ commons/proper/dbcp/trunk/build.properties.sample Fri Feb 28 19:47:09 2014 @@ -23,9 +23,9 @@ # Repository base path repository=${user.home}/.m2/repository -# commons-pool.jar - path to commons-pool2-2.1 -commons-pool.home=${repository}/org/apache/commons/commons-pool2/2.1 -commons-pool.jar=${commons-pool.home}/commons-pool2-2.1.jar +# commons-pool.jar - path to commons-pool2-2.2 +commons-pool.home=${repository}/org/apache/commons/commons-pool2/2.2 +commons-pool.jar=${commons-pool.home}/commons-pool2-2.2.jar # JUnit junit.home=${repository}/junit/junit/4.11