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

mawiesne pushed a commit to branch adjust-badge-for-mavencentral-in-readme
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit e62651f4d87a2c9ceddec25c54a2dbf782e63550
Author: Martin Wiesner <[email protected]>
AuthorDate: Sun Feb 22 09:55:19 2026 +0100

    Adjust Badge for Maven Central version to use img.shields.io as heroku-app 
seems to be discontinued
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 79ea56ba..e263f2b6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Welcome to Apache OpenNLP!
 ===========
 
 [![GitHub 
license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.opennlp/opennlp)](https://img.shields.io/maven-central/v/org.apache.opennlp/opennlp)
 [![Documentation 
Status](https://img.shields.io/:docs-latest-green.svg)](http://opennlp.apache.org/docs/index.html)
 [![Build 
Status](https://github.com/apache/opennlp/workflows/Java%20CI/badge.svg)](https://github.com/apache/opennlp/actions)
 
[![Contributors](https://img.shields.io/github/contributors/apache/opennlp)](https://github.com/apache/opennlp/graphs/contributors)

Reply via email to