You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/09/13 07:55:43 UTC

commons-collections git commit: COLLECTIONS-656 changes.xml entry

Repository: commons-collections
Updated Branches:
  refs/heads/master 1081b725b -> e736f4106


COLLECTIONS-656 changes.xml entry


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/e736f410
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/e736f410
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/e736f410

Branch: refs/heads/master
Commit: e736f41062e5dc4227fd5874b0f4e0e30ccad8a5
Parents: 1081b72
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Wed Sep 13 19:55:10 2017 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Wed Sep 13 19:55:13 2017 +1200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/e736f410/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07fc883..efc7a9b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,6 +21,9 @@
   </properties>
   <body>
   <release version="4.2" date="YYYY-MM-DD" description="New features">
+    <action issue="COLLECTIONS-656" dev="ggregory" type="fix">
+      Fix site build on Java 8
+    </action>
     <action issue="COLLECTIONS-653" dev="kinow" type="fix">
       Update Javadoc to Build on Java 1.8
     </action>