You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/11/27 22:51:47 UTC

svn commit: r1716923 - in /commons/proper/collections/trunk: doap_collections.rdf src/changes/changes.xml

Author: tn
Date: Fri Nov 27 21:51:47 2015
New Revision: 1716923

URL: http://svn.apache.org/viewvc?rev=1716923&view=rev
Log:
Update doap and changes file after release.

Modified:
    commons/proper/collections/trunk/doap_collections.rdf
    commons/proper/collections/trunk/src/changes/changes.xml

Modified: commons/proper/collections/trunk/doap_collections.rdf
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/doap_collections.rdf?rev=1716923&r1=1716922&r2=1716923&view=diff
==============================================================================
--- commons/proper/collections/trunk/doap_collections.rdf (original)
+++ commons/proper/collections/trunk/doap_collections.rdf Fri Nov 27 21:51:47 2015
@@ -36,6 +36,13 @@
     <release>
       <Version>
         <name>commons-collections</name>
+        <created>2015-11-27</created>
+        <revision>4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-collections</name>
         <created>2013-11-24</created>
         <revision>4.0</revision>
       </Version>

Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1716923&r1=1716922&r2=1716923&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Fri Nov 27 21:51:47 2015
@@ -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"