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/09/01 14:32:30 UTC

[commons-bcel] branch master updated: Use GAV coordinates Maven Central coordinates to make sure to pick up the latest

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ed43ca2 Use GAV coordinates Maven Central coordinates to make sure to pick up the latest
3ed43ca2 is described below

commit 3ed43ca27f57c98a02d091bbc20d4d1d035e1708
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 1 10:32:26 2022 -0400

    Use GAV coordinates Maven Central coordinates to make sure to pick up
    the latest
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e11a6ca..d9a45a42 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons BCEL
 
 [![GitHub Actions Status](https://github.com/apache/commons-bcel/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-bcel/actions)
 [![Coverage Status](https://codecov.io/gh/apache/commons-bcel/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-bcel/branch/master)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/?gav=true)
 [![Javadocs](https://javadoc.io/badge/org.apache.bcel/bcel/6.5.0.svg)](https://javadoc.io/doc/org.apache.bcel/bcel/6.5.0)
 [![CodeQL](https://github.com/apache/commons-bcel/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-bcel/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)