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 f442f519 Use GAV coordinates Maven Central coordinates to make sure to 
pick up the latest
f442f519 is described below

commit f442f51957ef8634b1e9a20220702dcdc540814c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Sep 1 10:43:00 2022 -0400

    Use GAV coordinates Maven Central coordinates to make sure to pick up
    the latest
---
 commons-vfs2-examples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2-examples/README.md b/commons-vfs2-examples/README.md
index 0c06dd39..e08162ad 100644
--- a/commons-vfs2-examples/README.md
+++ b/commons-vfs2-examples/README.md
@@ -45,7 +45,7 @@ Apache Commons VFS Examples
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-vfs/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-vfs/actions)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-vfs/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-vfs)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2-examples/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2-examples/)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2-examples/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2-examples/?gav=true)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-vfs2-examples/2.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-vfs2-examples/2.9.0)
 
 Apache Commons VFS is a Virtual File System library - Examples.

Reply via email to