You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/08/28 08:21:59 UTC

[commons-codec] branch master updated (fa0562e -> cb629f0)

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

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.


    from fa0562e  Test Context toString has debugging info
     new b8090b3  Fix coverage badge to use the 'master' branch not the default 'trunk'
     new cb629f0  Update maven central badge

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


[commons-codec] 01/02: Fix coverage badge to use the 'master' branch not the default 'trunk'

Posted by ah...@apache.org.
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 b8090b34914ef456a1262292b554c7a5e1e623e8
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 28 08:51:01 2020 +0100

    Fix coverage badge to use the 'master' branch not the default 'trunk'
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5c7b564..e72d22b 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Codec
 ===================
 
 [![Build Status](https://travis-ci.org/apache/commons-codec.svg)](https://travis-ci.org/apache/commons-codec)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg)](https://coveralls.io/r/apache/commons-codec)
+[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-codec?branch=master)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/)
 [![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.14.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.14)
 


[commons-codec] 02/02: Update maven central badge

Posted by ah...@apache.org.
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 <ah...@apache.org>
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
 
 [![Build Status](https://travis-ci.org/apache/commons-codec.svg)](https://travis-ci.org/apache/commons-codec)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-codec?branch=master)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg?gav=true)](https://search.maven.org/artifact/commons-codec/commons-codec/1.14/jar)
 [![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.14.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.14)
 
 The Apache Commons Codec package contains simple encoder and decoders for