From 771bbd5af19c73c4dca4377b5882b1cb7288e3b6 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 11 Sep 2010 16:32:02 +0000 Subject: [PATCH] Update commons pool to 1.5.5 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@996163 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 54e7372af..fc6e688ba 100644 --- a/build.properties.default +++ b/build.properties.default @@ -132,8 +132,8 @@ commons-dbcp.home=${base.path}/commons-dbcp-1.4-src commons-dbcp-src.loc=${base-commons.loc}/dbcp/source/commons-dbcp-1.4-src.tar.gz # ----- Commons Pool, version 1.1 or later ----- -commons-pool.home=${base.path}/commons-pool-1.5.4-src -commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.4-src.tar.gz +commons-pool.home=${base.path}/commons-pool-1.5.5-src +commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.5-src.tar.gz # ----- NSIS, version 2.0 or later ----- nsis.home=${base.path}/nsis-2.46 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1b43935ab..bc98fd45c 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -238,6 +238,9 @@ 49758: Fix generics warnings exposed by a fix in Eclipse 3.6. Patch provided by sebb. (markt) + + Update commons pool to 1.5.5. (markt) + -- 2.11.0