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 2602f16 commit a2ac416
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 @@ -2,6 +2,6 @@
[![Build](https://github.com/kiwiproject/kiwi-parent/workflows/build/badge.svg)](https://github.com/kiwiproject/kiwi-parent/actions?query=workflow%3Abuild)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kiwiproject_kiwi-parent&metric=alert_status)](https://sonarcloud.io/dashboard?id=kiwiproject_kiwi-parent)
[![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-parent)](https://central.sonatype.com/artifact/org.kiwiproject/kiwi-parent/2.0.15)
[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/kiwi-parent)](https://central.sonatype.com/artifact/org.kiwiproject/kiwi-parent/)

This is a parent POM for use by projects in the Kiwi Project organization.

0 comments on commit a2ac416

Please sign in to comment.