From 43444d649ecbb663ffe7b70ebe6d8ee8b9172fbb Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 1 Sep 2022 10:39:08 -0400 Subject: [PATCH] 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 d1a429b..97ff4f7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Apache Commons Logging =================== [![Build Status](https://travis-ci.org/apache/commons-logging.svg?branch=trunk)](https://travis-ci.org/apache/commons-logging) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true) [![CodeQL](https://github.com/apache/commons-logging/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.