You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2013/10/31 12:48:03 UTC

svn commit: r1537451 - /commons/proper/pool/trunk/RELEASE-NOTES.txt

Author: markt
Date: Thu Oct 31 11:48:03 2013
New Revision: 1537451

URL: http://svn.apache.org/r1537451
Log:
Review comments from sebb.
Detail changes in package name and Maven co-ords.
Note version changes are relative to.

Modified:
    commons/proper/pool/trunk/RELEASE-NOTES.txt

Modified: commons/proper/pool/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/RELEASE-NOTES.txt?rev=1537451&r1=1537450&r2=1537451&view=diff
==============================================================================
--- commons/proper/pool/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/pool/trunk/RELEASE-NOTES.txt Thu Oct 31 11:48:03 2013
@@ -11,7 +11,14 @@ objects that have been borrowed from the
 numerous API changes to support these and other new features as well as to
 clarify behaviour and improve consistency across the API.
 
-Changes in this version include:
+The changes to the API are not backwards compatible with Apache Commons Pool
+1.x. Therefore, to avoid dependency conflicts, the package name and Maven
+co-ordinates have changed as follows:
+Package name:      org.apache.commons.pool2
+Maven Group ID:    org.apache.commons
+Maven Artifact ID: commons-pool2
+
+Changes in this version (relative to Apache Commons Pool 1.6) include:
 
 New features:
 o POOL-211:  Add support for proxy wrappers for ObjectPool and KeyedObjectPool. The