Update doap and changes file after release.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-11-27 21:51:47 +00:00
parent 6541ace008
commit 1ce3b3e546
2 changed files with 9 additions and 1 deletions

View File

@ -33,6 +33,13 @@
<location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/collections"/>
</SVNRepository>
</repository>
<release>
<Version>
<name>commons-collections</name>
<created>2015-11-27</created>
<revision>4.1</revision>
</Version>
</release>
<release>
<Version>
<name>commons-collections</name>

View File

@ -20,7 +20,8 @@
<title>Commons Collections Changes</title>
</properties>
<body>
<release version="4.2" date="YYYY-MM-DD" description="">
</release>
<release version="4.1" date="2015-11-28" description="This is a security and minor release.">
<action issue="COLLECTIONS-508" dev="tn" type="add">
Added new interfaces "MultiValuedMap", "ListValuedMap" and "SetValuedMap"