From b6583235f8cd2f202d39a5fdb2ed5a83d66f8196 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Thu, 21 May 2026 22:35:30 +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 f29e1ad398..15bc97bb78 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Apache HttpComponents Client Welcome to the HttpClient component of the Apache HttpComponents project. [![GitHub Actions Status](https://github.com/apache/httpcomponents-client/workflows/Java%20CI/badge.svg)](https://github.com/apache/httpcomponents-client/actions) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.httpcomponents.client5/httpclient5/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.httpcomponents.client5/httpclient5) +[![Maven Central](https://maven-badges.sml.io/maven-central/org.apache.httpcomponents.client5/httpclient5/badge.svg)](https://maven-badges.sml.io/maven-central/org.apache.httpcomponents.client5/httpclient5) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Building Instructions