Skip to content

Commit c079f16

Browse files
peter-lawreyclaude
andauthored
docs: replace deprecated maven-badges.herokuapp.com and dead search.maven.org URLs (#592)
- Badge images: maven-badges.herokuapp.com/maven-central/<g>/<a>/badge.svg -> img.shields.io/maven-central/v/<g>/<a>.svg (Heroku free tier retired). - Badge/artifact links: maven-badges.herokuapp.com/maven-central/<g>/<a> -> central.sonatype.com/artifact/<g>/<a>. - Dead search.maven.org URLs with encoded g:/a: query params collapsed to the direct central.sonatype.com/artifact/<g>/<a> page. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3e3eef5 commit c079f16

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ReadMe.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Chronicle Software
66
:lang: en-GB
77
:source-highlighter: rouge
88

9-
image:https://maven-badges.herokuapp.com/maven-central/net.openhft/chronicle-map/badge.svg[caption="",link=https://maven-badges.herokuapp.com/maven-central/net.openhft/chronicle-map]
9+
image:https://img.shields.io/maven-central/v/net.openhft/chronicle-map.svg[caption="",link=https://central.sonatype.com/artifact/net.openhft/chronicle-map]
1010
image:https://javadoc.io/badge2/net.openhft/chronicle-map/javadoc.svg[link="https://www.javadoc.io/doc/net.openhft/chronicle-map/latest/index.html"]
1111
//image:https://javadoc-badge.appspot.com/net.openhft/chronicle-map.svg?label=javadoc[JavaDoc, link=https://www.javadoc.io/doc/net.openhft/chronicle-map]
1212
image:https://img.shields.io/github/license/OpenHFT/Chronicle-Map[GitHub]

docs/CM_Download.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ If you want to obtain this software under a more permissive license, please cont
2525
== Maven Artifact Download
2626

2727
[#image-maven]
28-
[caption="",link=https://maven-badges.herokuapp.com/maven-central/net.openhft/chronicle-map]
29-
image::https://maven-badges.herokuapp.com/maven-central/net.openhft/chronicle-map/badge.svg[]
28+
[caption="",link=https://central.sonatype.com/artifact/net.openhft/chronicle-map]
29+
image::https://img.shields.io/maven-central/v/net.openhft/chronicle-map.svg[]
3030

3131
Chronicle Map depends on other Chronicle libraries and it is Chronicle's recommendation to use the
3232
https://chronicle.software/monorepo-versus-bill-of-materials-shaping-your-project/[chronicle-bom]
@@ -46,7 +46,7 @@ for versioning e.g.
4646
</dependencyManagement>
4747
```
4848

49-
Click here to get the https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.openhft%22%20AND%20a%3A%22chronicle-bom%22[Latest Version Number].
49+
Click here to get the https://central.sonatype.com/artifact/net.openhft/chronicle-bom[Latest Version Number].
5050

5151
Alternatively, Chronicle Map can be included directly:
5252

@@ -58,7 +58,7 @@ Alternatively, Chronicle Map can be included directly:
5858
</dependency>
5959
```
6060

61-
Click here to get the https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.openhft%22%20AND%20a%3A%22chronicle-map%22[Latest Version Number].
61+
Click here to get the https://central.sonatype.com/artifact/net.openhft/chronicle-map[Latest Version Number].
6262

6363
== Maven Snapshot Download
6464

0 commit comments

Comments
 (0)