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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 73140e38 Use GAV coordinates Maven Central coordinates to make sure to 
pick up the latest
73140e38 is described below

commit 73140e38d7e1ea7a4e99770a4af91fb709324081
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Sep 1 10:39:24 2022 -0400

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

diff --git a/README.md b/README.md
index 267f748b..c405871c 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Net
 
 [![GitHub Actions 
Status](https://github.com/apache/commons-net/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-net/actions)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-net/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-net/branch/master)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/?gav=true)
 
[![Javadocs](https://javadoc.io/badge/commons-net/commons-net/3.8.0.svg)](https://javadoc.io/doc/commons-net/commons-net/3.8.0)
 
[![CodeQL](https://github.com/apache/commons-net/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 

Reply via email to