You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/15 15:58:01 UTC

[commons-cli] branch master updated: (doc) Fix Maven Central badge version (#89)

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

ggregory 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 6eb3c10  (doc) Fix Maven Central badge version (#89)
6eb3c10 is described below

commit 6eb3c104bf65a723996788cb6b2accfd334ff7c8
Author: Chad Wilson <ch...@thoughtworks.com>
AuthorDate: Sat Jan 15 23:57:57 2022 +0800

    (doc) Fix Maven Central badge version (#89)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 36e975d..d307c58 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons CLI
 [![Travis-CI Status](https://travis-ci.org/apache/commons-cli.svg)](https://travis-ci.org/apache/commons-cli)
 [![GitHub Actions Status](https://github.com/apache/commons-cli/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-cli/actions)
 [![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/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/)
 [![Javadocs](https://javadoc.io/badge/commons-cli/commons-cli/1.5.0.svg)](https://javadoc.io/doc/commons-cli/commons-cli/1.5.0)
 
 Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.