From 566389e5602145be09c165df7b8c809851aae4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Tue, 20 Jan 2026 19:41:10 +0100 Subject: [PATCH] fix: readme maven badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b1ddc9..a764fb5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # SumUp Java SDK -[![Maven Central Version](https://img.shields.io/maven-central/v/com.sumup/sumup-sdk?strategy=releaseProperty)](https://mvnrepository.com/artifact/com.sumup/sumup-sdk) +[![Maven Central](https://img.shields.io/maven-central/v/com.sumup/sumup-sdk)](https://central.sonatype.com/artifact/com.sumup/sumup-sdk) [![Documentation][docs-badge]](https://developer.sumup.com) [![CI Status](https://github.com/sumup/sumup-java/actions/workflows/ci.yaml/badge.svg)](https://github.com/sumup/sumup-java/actions/workflows/ci.yaml) [![License](https://img.shields.io/github/license/sumup/sumup-java)](./LICENSE)