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:37:56 UTC

[commons-imaging] 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-imaging.git


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

commit a06424ded8d31a422b1745033da0247b1a124186
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 1 10:37:52 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 3b91a3ab..5cfe5957 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Imaging
 
 [![GitHub Actions Status](https://github.com/apache/commons-imaging/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-imaging/actions)
 [![Coverage Status](https://codecov.io/gh/apache/commons-imaging/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-imaging/branch/master)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/?gav=true)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0-alpha3.svg)](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0-alpha3)
 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/apache-commons.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:apache-commons)
 [![CodeQL](https://github.com/apache/commons-imaging/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)