From e66fbc53f6b26ca5c23b6528a4a65115a7a7ecd6 Mon Sep 17 00:00:00 2001 From: Tim Yates Date: Fri, 20 Oct 2023 15:18:31 +0100 Subject: [PATCH] Fix develocity badge (#988) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f12645c..c8022579 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.platform/micronaut-platform.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.platform%22%20AND%20a:%22micronaut-platform%22) [![Build Status](https://github.com/micronaut-projects/micronaut-platform/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-platform/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=micronaut-projects_micronaut-platform&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=micronaut-projects_micronaut-platform) -[![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans) +[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans) Micronaut project-template @@ -28,4 +28,4 @@ Releases are completely automated. To perform a release use the following steps: * [Publish the draft release](https://github.com/micronaut-projects/micronaut-bom/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`. * [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-bom/actions?query=workflow%3ARelease) to check it passed successfully. * If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-bom/actions?query=workflow%3A"Maven+Central+Sync"). -* Celebrate! +* Celebrate! \ No newline at end of file