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
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/dbd1565d Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/dbd1565d Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/dbd1565d Branch: refs/heads/master Commit: dbd1565df975c00e32c78f8eb8089287045580a5 Parents: a260935 Author: Rob Tompkins <[email protected]> Authored: Mon Jun 12 18:10:06 2017 +0000 Committer: Rob Tompkins <[email protected]> Committed: Mon Jun 12 18:10:06 2017 +0000 ---------------------------------------------------------------------- README.md | 3 +++ pom.xml | 3 +++ src/changes/changes.xml | 3 +++ 3 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/dbd1565d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 10a5e30..3664ad2 100644 --- a/README.md +++ b/README.md @@ -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. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/dbd1565d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fa5583a..4ea47b5 100644 --- a/pom.xml +++ b/pom.xml @@ -436,6 +436,9 @@ <contributor> <name>Goncalo Marques</name> </contributor> + <contributor> + <name>Vamsi Kavuri</name> + <contributor> </contributors> <dependencies> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/dbd1565d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f7cf17f..0373434 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-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>
