From ce5f3bcb7fcb0c86ed91568cf5619a9b337b42c8 Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Sun, 9 Apr 2023 11:07:03 -0400 Subject: [PATCH] Remove version from Maven Central badge URL Sonatype released changes allowing links to Maven Central to include only the groupId and artifactId without having to specify the version. see: https://issues.sonatype.org/browse/MVNCENTRAL-7923 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3179a621..0bf847c5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CodeQL](https://github.com/kiwiproject/kiwi-test/actions/workflows/codeql.yml/badge.svg)](https://github.com/kiwiproject/kiwi-test/actions/workflows/codeql.yml) [![javadoc](https://javadoc.io/badge2/org.kiwiproject/kiwi-test/javadoc.svg)](https://javadoc.io/doc/org.kiwiproject/kiwi-test) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/kiwi-test)](https://central.sonatype.com/artifact/org.kiwiproject/kiwi-test/2.3.2) +[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/kiwi-test)](https://central.sonatype.com/artifact/org.kiwiproject/kiwi-test/) Kiwi Test is a simple library that contains a variety of testing utilities that we have found useful over time in various projects.