From ec8d6b9df983f09ec697ebe5abe4d715094dda10 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:16:47 +0100 Subject: [PATCH] docs: replace deprecated maven-badges.herokuapp.com and dead search.maven.org URLs - Badge images: maven-badges.herokuapp.com/maven-central///badge.svg -> img.shields.io/maven-central/v//.svg (Heroku free tier retired). - Badge/artifact links: maven-badges.herokuapp.com/maven-central// -> central.sonatype.com/artifact//. - Dead search.maven.org URLs with encoded g:/a: query params collapsed to the direct central.sonatype.com/artifact// page. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 48a3f45ee..aa1a4ca27 100644 --- a/README.adoc +++ b/README.adoc @@ -4,7 +4,7 @@ Chronicle Software :toc: macro :toclevels: 3 -image:https://maven-badges.herokuapp.com/maven-central/net.openhft/chronicle-values/badge.svg[link=https://maven-badges.herokuapp.com/maven-central/net.openhft/chronicle-values] +image:https://img.shields.io/maven-central/v/net.openhft/chronicle-values.svg[link=https://central.sonatype.com/artifact/net.openhft/chronicle-values] image:https://javadoc.io/badge2/net.openhft/chronicle-values/javadoc.svg[link=https://www.javadoc.io/doc/net.openhft/chronicle-values/latest/index.html] image:https://img.shields.io/badge/release%20notes-subscribe-brightgreen[link=https://chronicle.software/release-notes/] image:https://sonarcloud.io/api/project_badges/measure?project=OpenHFT_Chronicle-Values&metric=alert_status[link=https://sonarcloud.io/dashboard?id=OpenHFT_Chronicle-Values]