This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 482e41fe Fix GH badge
482e41fe is described below

commit 482e41fe7fdd91c1ea8b823aad6632e90be1d252
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 14 07:30:11 2024 -0400

    Fix GH badge
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 953c9f07..9c1c74fa 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons VFS Project
 ===================
 
 [![Java 
CI](https://github.com/apache/commons-vfs/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/maven.yml)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/?gav=true)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-vfs2?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-vfs2)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-vfs2/2.10.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-vfs2/2.10.0)
 
[![CodeQL](https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-vfs/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-vfs)

Reply via email to