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

mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit e2eda78097261a231c34138c8abccc9570d2f583
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
    
    (cherry picked from commit 4f12abfb449907282eceb35b934032e2e8a4ce97)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 365e5fb5..dcddc042 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