You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/02/25 09:15:31 UTC

svn commit: r1571608 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

Author: markt
Date: Tue Feb 25 08:15:31 2014
New Revision: 1571608

URL: http://svn.apache.org/r1571608
Log:
Update Commons Pool 2 to 2.2.

Modified:
    tomcat/trunk/build.properties.default
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1571608&r1=1571607&r2=1571608&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Tue Feb 25 08:15:31 2014
@@ -162,7 +162,7 @@ commons-dbcp-src.loc.1=https://repositor
 commons-dbcp-src.loc.2=https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-dbcp2/2.0-SNAPSHOT/commons-dbcp2-${commons-dbcp.version}-src.tar.gz
 
 # ----- Commons Pool, version 2.1 or later -----
-commons-pool.version=2.1
+commons-pool.version=2.2
 commons-pool.home=${base.path}/commons-pool2-${commons-pool.version}-src
 commons-pool-src.loc.1=${base-commons.loc.1}/pool/source/commons-pool2-${commons-pool.version}-src.tar.gz
 commons-pool-src.loc.2=${base-commons.loc.2}/pool/source/commons-pool2-${commons-pool.version}-src.tar.gz

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1571608&r1=1571607&r2=1571608&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Feb 25 08:15:31 2014
@@ -136,9 +136,6 @@
         three calls, and using command line arguments instead of environment
         variables to pass the settings. (markt/kkolinko)
       </fix>
-      <update>
-        Update Commons DBCP 2 to snapshot 182 dated 14 Feb 2014. (markt)
-      </update>
       <scode>
         Simplify Windows *.bat files: remove %OS% checks, as current java does
         not run on ancient non-NT operating systems. (kkolinko)
@@ -167,6 +164,12 @@
         Allow to limit JUnit test run to a number of selected test case
         methods. (kkolinko)
       </add>
+      <update>
+        Update Commons Pool 2 to 2.2. (markt)
+      </update>
+      <update>
+        Update Commons DBCP 2 to snapshot 187 dated 17 Feb 2014. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org