COLLECTIONS-606: README.md fix, thanks to Vamsi, closes #23

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1798499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rob Tompkins 2017-06-12 18:10:06 +00:00
parent a2609356e0
commit dbd1565df9
3 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,9 @@
--->
Apache Commons Collections
===================
[![Build Status](https://travis-ci.org/apache/commons-collections.svg?branch=trunk)](https://travis-ci.org/apache/commons-collections)
[![Coverage Status](https://coveralls.io/repos/apache/commons-collections/badge.svg?branch=trunk)](https://coveralls.io/r/apache/commons-collections)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/badge.svg)](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.

View File

@ -436,6 +436,9 @@
<contributor>
<name>Goncalo Marques</name>
</contributor>
<contributor>
<name>Vamsi Kavuri</name>
<contributor>
</contributors>
<dependencies>

View File

@ -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>