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:39:48 UTC

[commons-ognl] branch master updated: Use GAV coordinates Maven Central coordinates to make sure to pick up the latest

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


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

commit 56fe6c4d8b3c5acfb9764eeb7f626b1c02883d31
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Sep 1 10:39:45 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 d8f0c8c..3122046 100644
--- a/README.md
+++ b/README.md
@@ -18,5 +18,5 @@
 
 [![Java CI Status](https://github.com/apache/commons-ognl/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-ognl/actions?query=workflow%3A%22Java+CI%22)
 [![Travis Status](https://travis-ci.com/apache/commons-ognl.svg?branch=master)](https://travis-ci.com/apache/commons-ognl)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl/?gav=true)
 [![CodeQL](https://github.com/apache/commons-ognl/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-ognl/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)