You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/15 15:57:15 UTC

[commons-net] branch master updated: (doc) Fix Maven Central badge version

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 b0af9ad  (doc) Fix Maven Central badge version
     new 7952e70  Merge pull request #98 from chadlwilson/(doc)_Fix_Maven_Central_badge_version
b0af9ad is described below

commit b0af9ad961d63a808c9dff5f8e05f9c1f19b7e38
Author: Chad Wilson <ch...@thoughtworks.com>
AuthorDate: Fri Jan 14 20:39:23 2022 +0800

    (doc) Fix Maven Central badge version
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 017b8cc..fd4a8cf 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Net
 [![Travis-CI Status](https://travis-ci.org/apache/commons-net.svg)](https://travis-ci.org/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://coveralls.io/repos/apache/commons-net/badge.svg)](https://coveralls.io/r/apache/commons-net)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/badge.svg)](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/)
 [![Javadocs](https://javadoc.io/badge/commons-net/commons-net/3.8.0.svg)](https://javadoc.io/doc/commons-net/commons-net/3.8.0)
 
 Apache Commons Net library contains a collection of network utilities and protocol implementations.