Skip to content

Commit

Permalink
Remove version from Maven Central badge URL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sleberknight authored Apr 9, 2023
1 parent 794acb7 commit 0be0bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[![CodeQL](https://github.com/kiwiproject/retrying-again/actions/workflows/codeql.yml/badge.svg)](https://github.com/kiwiproject/retrying-again/actions/workflows/codeql.yml)
[![javadoc](https://javadoc.io/badge2/org.kiwiproject/retrying-again/javadoc.svg)](https://javadoc.io/doc/org.kiwiproject/retrying-again)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/retrying-again)](https://central.sonatype.com/artifact/org.kiwiproject/retrying-again/1.0.16)
[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/retrying-again)](https://central.sonatype.com/artifact/org.kiwiproject/retrying-again/)

## Introduction
Expand Down

0 comments on commit 0be0bf7

Please sign in to comment.