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:
parent
a2609356e0
commit
dbd1565df9
|
@ -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.
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -436,6 +436,9 @@
|
|||
<contributor>
|
||||
<name>Goncalo Marques</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Vamsi Kavuri</name>
|
||||
<contributor>
|
||||
</contributors>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue