This is an automated email from the ASF dual-hosted git repository.

britter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new cdf1eba  Update README.md
cdf1eba is described below

commit cdf1ebadba1240dbb613ba536a89dfc102dc3736
Author: Benedikt Ritter <brit...@apache.org>
AuthorDate: Sun Feb 17 18:23:11 2019 +0100

    Update README.md
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 081c421..059c39d 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,10 @@
 Apache Commons CLI
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/commons-cli.svg?branch=master)](https://travis-ci.org/apache/commons-cli)
-[![Coverage 
Status](https://coveralls.io/repos/github/apache/commons-cli/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-cli?branch=master)
+[![Build 
Status](https://travis-ci.org/apache/commons-cli.svg)](https://travis-ci.org/apache/commons-cli)
+[![Coverage 
Status](https://coveralls.io/repos/apache/commons-cli/badge.svg)](https://coveralls.io/r/apache/commons-cli)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/)
+[![Javadocs](https://javadoc.io/badge/commons-cli/commons-cli/1.4.svg)](https://javadoc.io/doc/commons-cli/commons-cli/1.4)
 
 Apache Commons CLI provides a simple API for presenting, processing and 
validating a command line interface.
 
@@ -101,4 +103,3 @@ Additional Resources
 + `#apache-commons` IRC channel on `irc.freenode.org`
 
 [ml]:https://commons.apache.org/mail-lists.html
-

Reply via email to