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/09/01 14:29:03 UTC

[commons-build-plugin] branch master updated: Add missing query to URL

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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d5d4ef8  Add missing query to URL
d5d4ef8 is described below

commit d5d4ef8f6379da86433ad7e11483c5ea95502e01
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 1 10:28:59 2022 -0400

    Add missing query to URL
---
 README.md                                                       | 2 +-
 src/main/resources/commons-xdoc-templates/readme-md-template.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2c3f229..22b7e43 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Build Plugin Maven Mojo
 ===================
 
 [![GitHub Actions Status](https://github.com/apache/commons-commons-build-plugin/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-commons-build-plugin/actions)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/?gav=true)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.12.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.12)
 
 Apache Maven Mojo for Apache Commons Build tasks.
diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 8062c97..b152009 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -45,7 +45,7 @@
 
 [![GitHub Actions Status](https://github.com/apache/commons-@ID@/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-@ID@/actions)
 [![Coverage Status](https://codecov.io/gh/apache/commons-@ID@/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-@ID@)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/?gav=true)
 [![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
 [![CodeQL](https://github.com/apache/commons-@ID@/workflows/CodeQL/badge.svg)](hhttps://github.com/apache/commons-@ID@/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)