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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 64b8ed05 Fix Maven Central badge
64b8ed05 is described below

commit 64b8ed052302b592d2499966459db14758371fb4
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 18:27:44 2026 -0400

    Fix Maven Central badge
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ff5b45ad..74a2edf3 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Digester
 
 [![Java 
CI](https://github.com/apache/commons-digester/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-digester/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-digester/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-digester)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-digester3-parent/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-digester3-parent/?gav=true)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-digester3?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-digester3)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-digester3-parent/3.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-digester3-parent/3.3)
 
[![CodeQL](https://github.com/apache/commons-digester/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-digester/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-digester/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-digester)

Reply via email to