Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Maven Central badges #3217

Merged
merged 4 commits into from
May 6, 2023
Merged

Add Maven Central badges #3217

merged 4 commits into from
May 6, 2023

Conversation

Goooler
Copy link
Contributor

@Goooler Goooler commented Mar 30, 2023

Overview

Maven Central

I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

Copy link
Member

@marcphilipp marcphilipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Team decision: Please use the same badges as we use on junit.org:

junit5/index.html

Lines 42 to 50 in 6d1acba

<a href="https://central.sonatype.com/search?namespace=org.junit.jupiter">
<img alt="JUnit Jupiter version" src="https://img.shields.io/maven-central/v/org.junit.jupiter/junit-jupiter/5..svg?color=25a162&label=Jupiter">
</a>
<a href="https://central.sonatype.com/search?namespace=org.junit.vintage">
<img alt="JUnit Vintage version" src="https://img.shields.io/maven-central/v/org.junit.vintage/junit-vintage-engine/5..svg?color=25a162&label=Vintage">
</a>
<a href="https://central.sonatype.com/search?namespace=org.junit.platform">
<img alt="JUnit Platform version" src="https://img.shields.io/maven-central/v/org.junit.platform/junit-platform-commons/1..svg?color=25a162&label=Platform">
</a>

Copy link
Member

@marcphilipp marcphilipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please convert them to Markdown syntax?

@Goooler Goooler changed the title Add Maven Central badge Add Maven Central badges May 6, 2023
@marcphilipp marcphilipp merged commit 98612d2 into junit-team:main May 6, 2023
14 checks passed
@marcphilipp
Copy link
Member

@Goooler Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants