From 2495238b85395828ce3254cf82ef7e2f9dc16ab4 Mon Sep 17 00:00:00 2001 From: Tim Yates Date: Thu, 19 Oct 2023 12:45:21 +0100 Subject: [PATCH] Fix develocity badge (#346) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26168b7c..649ee12b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.configuration/micronaut-hibernate-validator.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.beanvalidation%22%20AND%20a:%22micronaut-hibernate-validator%22) [![Build Status](https://github.com/micronaut-projects/micronaut-hibernate-validator/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-hibernate-validator/actions) -[![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) This project includes integration with Hibernate Validator for [Micronaut](http://micronaut.io). @@ -24,4 +24,4 @@ A release is performed with the following steps: - [Publish the draft release](https://github.com/micronaut-projects/micronaut-hibernate-validator/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-hibernate-validator/actions?query=workflow%3ARelease) to check it passed successfully. -- Celebrate! +- Celebrate! \ No newline at end of file