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:36:52 UTC

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


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

commit ba53434a031fd216aeedf2a768206b4a84c66a37
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 1 10:36:48 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 c049019..6288aa4 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons DbUtils
 
 [![CI Status](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml)
 [![Coverage Status](https://coveralls.io/repos/github/apache/commons-dbutils/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-dbutils?branch=master)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/?gav=true)
 [![Javadocs](https://javadoc.io/badge/commons-dbutils/commons-dbutils/1.8.svg)](https://javadoc.io/doc/commons-dbutils/commons-dbutils/1.8)
 [![CodeQL](https://github.com/apache/commons-dbutils/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)