From c6c5b90bac3ca377292fbdcf1c7ad07298bfc2d8 Mon Sep 17 00:00:00 2001 From: Chris Jaehnen Date: Sat, 17 Aug 2024 21:17:34 -0400 Subject: [PATCH] Fix Maven Central badge (#8) * Fix Maven Central badge * Trigger build --- README.md | 2 +- sync.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba4e6b..9137152 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CodeQL](https://github.com/opengood-aio/spring-commons/actions/workflows/codeql.yml/badge.svg)](https://github.com/opengood-aio/spring-commons/actions/workflows/codeql.yml) [![Codecov](https://codecov.io/gh/opengood-aio/spring-commons/branch/main/graph/badge.svg?token=AEEYTGK87F)](https://codecov.io/gh/opengood-aio/spring-commons) [![Release Version](https://img.shields.io/github/release/opengood-aio/spring-commons.svg)](https://github.com/opengood-aio/spring-commons/releases/latest) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.opengood.commons/spring-commons/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.opengood.commons/spring-commons) +[![Maven Central](https://img.shields.io/maven-central/v/io.opengood.commons/spring-commons.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.opengood.commons%22%20AND%20a:%22spring-commons%22) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/opengood-aio/spring-commons/master/LICENSE) Commons library containing reusable patterns, extensions, properties, beans, and diff --git a/sync.yml b/sync.yml index 1b4f993..69f2cb0 100644 --- a/sync.yml +++ b/sync.yml @@ -3,3 +3,4 @@ version: 2.0 ci: provider: GitHub Actions template: gradle/lib +