This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit cb629f03516e21ba7daeb4dd9a7b5fe3c76fc841 Author: Alex Herbert <[email protected]> AuthorDate: Fri Aug 28 09:21:55 2020 +0100 Update maven central badge The badge default links to the old artifact 20041127.091804. The badge can be fixed using ?gav=true parameter. Use explicit link to the artifact in maven as the redirect does not support the gav=true parameter for semantic versioning, i.e. this does not work: https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec?gav=true --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e72d22b..273299a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| |**** DO NOT EDIT DIRECTLY ****| |**** ****| + |**** Note: This file has been manually edited to fix the badges ****| + |**** for Coverage and Maven Central. Please verify if updated. ****| + |**** ****| +======================================================================+ | TEMPLATE FILE: readme-md-template.md | | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | @@ -45,7 +48,7 @@ Apache Commons Codec [](https://travis-ci.org/apache/commons-codec) [](https://coveralls.io/github/apache/commons-codec?branch=master) -[](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/) +[](https://search.maven.org/artifact/commons-codec/commons-codec/1.14/jar) [](https://javadoc.io/doc/commons-codec/commons-codec/1.14) The Apache Commons Codec package contains simple encoder and decoders for
