From 359be095b0f624622a6125e5cb5f7337bd7e7448 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Thu, 21 May 2026 22:35:28 +0100 Subject: [PATCH] Fix broken Maven central badge in `README` The Maven central badge in `README` does not load; the [URL to the badge has changed](https://github.com/softwaremill/maven-badges#a-new-dns-address). As such, updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffcfb4adf..9dc1ca3a5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Apache HttpComponents Core Welcome to the HttpCore component of the Apache HttpComponents project. [![GitHub Actions Status](https://github.com/apache/httpcomponents-core/workflows/Java%20CI/badge.svg)](https://github.com/apache/httpcomponents-core/actions) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.httpcomponents.core5/httpcore5/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.httpcomponents.core5/httpcore5) +[![Maven Central](https://maven-badges.sml.io/maven-central/org.apache.httpcomponents.core5/httpcore5/badge.svg)](https://maven-badges.sml.io/maven-central/org.apache.httpcomponents.core5/httpcore5) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Building Instructions