Author: psteitz
Date: Sat Jun 8 02:35:15 2013
New Revision: 1490904
URL: http://svn.apache.org/r1490904
Log:
Updated pool version.
Modified:
commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.properties.sample
Modified: commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.properties.sample
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.properties.sample?rev=1490904&r1=1490903&r2=1490904&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.properties.sample
(original)
+++ commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.properties.sample Sat
Jun 8 02:35:15 2013
@@ -23,9 +23,9 @@
# Repository base path
repository=${user.home}/.m2/repository
-# commons-pool.jar - path to commons-pool-1.5.4.jar
-commons-pool.home=${repository}/commons-pool/commons-pool/1.5.4
-commons-pool.jar=${commons-pool.home}/commons-pool-1.5.4.jar
+# commons-pool.jar - path to commons-pool-1.5.7.jar
+commons-pool.home=${repository}/commons-pool/commons-pool/1.5.7
+commons-pool.jar=${commons-pool.home}/commons-pool-1.5.7.jar
# JUnit
junit.home=${repository}/junit/junit/3.8.2