From 25734568f466b9c6b78540979ac5957c1aa3feec Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Tue, 4 Jan 2022 09:25:52 +0100 Subject: [PATCH] fix github actions badge in README: since 850b00a1c740e783b19ab8f2cce1fafb8d43b29c only a simple "maven" action is used for building also limit the badge and link to "master" branch --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c7f48ae1..68d704086 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ This is the [versions-maven-plugin](http://www.mojohaus.org/versions-maven-plugi [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/versions-maven-plugin.svg?label=License)](http://www.apache.org/licenses/) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/versions-maven-plugin.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.codehaus.mojo%22%20AND%20a%3A%22versions-maven-plugin%22) -[![Main](https://github.com/mojohaus/versions-maven-plugin/workflows/Main/badge.svg)](https://github.com/mojohaus/versions-maven-plugin/actions?query=workflow%3AMain) -[![JDKBuilds](https://github.com/mojohaus/versions-maven-plugin/workflows/JDKBuilds/badge.svg)](https://github.com/mojohaus/versions-maven-plugin/actions?query=workflow%3AJDKBuilds) +[![Build Status](https://github.com/mojohaus/versions-maven-plugin/workflows/GitHub%20CI/badge.svg?branch=master)](https://github.com/mojohaus/versions-maven-plugin/actions/workflows/maven.yml?query=branch%3Amaster) ## Contributing