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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e73b96f Update maven central badge
5e73b96f is described below

commit 5e73b96fe85aa11b6dab54db24a5195b5a51a20a
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Apr 7 13:49:26 2025 +0100

    Update maven central badge
---
 README.md                        | 2 +-
 commons-rng-client-api/README.md | 2 +-
 commons-rng-core/README.md       | 2 +-
 commons-rng-sampling/README.md   | 2 +-
 commons-rng-simple/README.md     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 00942fbb..01f241f1 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons RNG
 [![Java 
CI](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
 [![Quality Gate 
Status](https://sonarcloud.io/api/project_badges/measure?project=commons-rng&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-rng)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-rng-simple?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-rng-simple/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.6)
 
 The Apache Commons RNG project provides pure-Java implementation of 
pseudo-random generators.
diff --git a/commons-rng-client-api/README.md b/commons-rng-client-api/README.md
index e308f241..7c423ee5 100644
--- a/commons-rng-client-api/README.md
+++ b/commons-rng-client-api/README.md
@@ -45,7 +45,7 @@ Apache Commons RNG Client API
 
 [![Java 
CI](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-rng-client-api?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-rng-client-api/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-client-api/1.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-client-api/1.6)
 
 API for client code that uses random numbers generators.
diff --git a/commons-rng-core/README.md b/commons-rng-core/README.md
index 704da4a0..eaa0cc03 100644
--- a/commons-rng-core/README.md
+++ b/commons-rng-core/README.md
@@ -45,7 +45,7 @@ Apache Commons RNG Core
 
 [![Java 
CI](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-rng-core?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-rng-core/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-core/1.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-core/1.6)
 
 Pure Java implementations of random numbers generator algorithms.
diff --git a/commons-rng-sampling/README.md b/commons-rng-sampling/README.md
index 76e56d07..16112ac1 100644
--- a/commons-rng-sampling/README.md
+++ b/commons-rng-sampling/README.md
@@ -45,7 +45,7 @@ Apache Commons RNG Sampling
 
 [![Java 
CI](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-rng-sampling?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-rng-sampling/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-sampling/1.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-sampling/1.6)
 
 The Apache Commons RNG Sampling module provides samplers
diff --git a/commons-rng-simple/README.md b/commons-rng-simple/README.md
index cbc85040..6d2e9e42 100644
--- a/commons-rng-simple/README.md
+++ b/commons-rng-simple/README.md
@@ -45,7 +45,7 @@ Apache Commons RNG Simple
 
 [![Java 
CI](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-rng)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-rng-simple?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-rng-simple/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.6.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.6)
 
 Simple API for instantiating random numbers generators.

Reply via email to