You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/07/27 23:00:25 UTC

svn commit: r1692949 - in /commons/proper/pool/trunk: pom.xml src/changes/release-notes.vm

Author: psteitz
Date: Mon Jul 27 21:00:25 2015
New Revision: 1692949

URL: http://svn.apache.org/r1692949
Log:
Start preparing for 2.4.2.

Modified:
    commons/proper/pool/trunk/pom.xml
    commons/proper/pool/trunk/src/changes/release-notes.vm

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1692949&r1=1692948&r2=1692949&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Mon Jul 27 21:00:25 2015
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
-  <version>2.5-SNAPSHOT</version>
+  <version>2.4.2-SNAPSHOT</version>
   <name>Apache Commons Pool</name>
 
   <inceptionYear>2001</inceptionYear>

Modified: commons/proper/pool/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/release-notes.vm?rev=1692949&r1=1692948&r2=1692949&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/pool/trunk/src/changes/release-notes.vm Mon Jul 27 21:00:25 2015
@@ -23,7 +23,7 @@ Version 2 contains a completely re-writt
 In addition to performance and scalability improvements, version 2 includes robust instance
 tracking and pool monitoring. Version 2 requires JDK level 1.6 or above. 
 
-No client code changes are required to migrate from versions 2.0-2.3 to version 2.4.1.
+No client code changes are required to migrate from versions 2.0-2.3 to version 2.4.2.
 Users of version 1.x should consult the migration guide on the Commons Pool web site.
 
 NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean, GenericKeyedObjectPoolMXBean