Author: chtompki Date: Mon Jun 12 18:10:06 2017 New Revision: 1798499 URL: http://svn.apache.org/viewvc?rev=1798499&view=rev Log: COLLECTIONS-606: README.md fix, thanks to Vamsi, closes #23
Modified: commons/proper/collections/trunk/README.md commons/proper/collections/trunk/pom.xml commons/proper/collections/trunk/src/changes/changes.xml Modified: commons/proper/collections/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/README.md?rev=1798499&r1=1798498&r2=1798499&view=diff ============================================================================== --- commons/proper/collections/trunk/README.md (original) +++ commons/proper/collections/trunk/README.md Mon Jun 12 18:10:06 2017 @@ -42,6 +42,9 @@ ---> Apache Commons Collections =================== +[](https://travis-ci.org/apache/commons-collections) +[](https://coveralls.io/r/apache/commons-collections) +[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/) The Apache Commons Collections package contains types that extend and augment the Java Collections Framework. Modified: commons/proper/collections/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1798499&r1=1798498&r2=1798499&view=diff ============================================================================== --- commons/proper/collections/trunk/pom.xml (original) +++ commons/proper/collections/trunk/pom.xml Mon Jun 12 18:10:06 2017 @@ -436,6 +436,9 @@ <contributor> <name>Goncalo Marques</name> </contributor> + <contributor> + <name>Vamsi Kavuri</name> + <contributor> </contributors> <dependencies> Modified: commons/proper/collections/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1798499&r1=1798498&r2=1798499&view=diff ============================================================================== --- commons/proper/collections/trunk/src/changes/changes.xml (original) +++ commons/proper/collections/trunk/src/changes/changes.xml Mon Jun 12 18:10:06 2017 @@ -21,6 +21,9 @@ </properties> <body> <release version="4.2" date="YYYY-MM-DD" description="New features"> + <action issue="COLLECTIONS-606" dev="chtompki" type="fix" due-to="Vamsi Kavuri"> + Build status, Coverage status and Maven central weren't in README.md + </action> <action issue="COLLECTIONS-602" dev="kinow" type="update" due-to="John Mark"> Improve efficiency of DefaultedMap.get </action>