Author: tn
Date: Wed Apr 17 17:59:36 2013
New Revision: 1469011
URL: http://svn.apache.org/r1469011
Log:
Add change for COLLECTIONS-382.
Modified:
commons/proper/collections/trunk/src/changes/changes.xml
Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1469011&r1=1469010&r2=1469011&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Wed Apr 17
17:59:36 2013
@@ -22,6 +22,9 @@
<body>
<release version="4.0" date="TBA" description="Next release">
+ <action issue="COLLECTIONS-382" dev="tn" type="update">
+ Change maven coordinates to org.apache.commons.commons-collections4.
+ </action>
<action issue="COLLECTIONS-432" dev="tn" type="update">
Replaced "Buffer" interface with "java.util.Queue". Kept
"CircularFifoQueue"
as well as "Predicated", "Transformed" and "Unmodifiable" decorators.