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

NSAmelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 74805bf46eb [MINOR] Fixed broken Maven central badge in `README` 
(#13169)
74805bf46eb is described below

commit 74805bf46eb449d5c1fd2e53a384f7b82d11985a
Author: Jack Green <[email protected]>
AuthorDate: Fri May 22 09:19:36 2026 +0100

    [MINOR] Fixed broken Maven central badge in `README` (#13169)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3d7b2c0c516..77cfcbadd3d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 [![Build 
Status](https://travis-ci.org/apache/ignite.svg?branch=master)](https://travis-ci.org/apache/ignite)
 
[![GitHub](https://img.shields.io/github/license/apache/ignite?color=blue)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.ignite/ignite-core/badge.svg)](https://search.maven.org/search?q=org.apache.ignite)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.ignite/ignite-core?label=Maven%20Central&versionPrefix=2)](https://search.maven.org/search?q=org.apache.ignite)
 [![GitHub 
release](https://img.shields.io/badge/release-download-brightgreen.svg)](https://ignite.apache.org/download.cgi)
 ![GitHub commit 
activity](https://img.shields.io/github/commit-activity/m/apache/ignite)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/ApacheIgnite?style=social)](https://twitter.com/ApacheIgnite)

Reply via email to