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-exec.git
The following commit(s) were added to refs/heads/master by this push: new 40b0b2a Use GAV coordinates Maven Central coordinates to make sure to pick up the latest 40b0b2a is described below commit 40b0b2abeca9caaff077ef7aef1dd55a5f6061e1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 1 10:37:18 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 82cfdca..fcf1eda 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Apache Commons Exec =================== [](https://travis-ci.org/apache/commons-exec) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-exec/) +[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-exec/?gav=true) [](https://github.com/apache/commons-exec/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) Apache Commons Exec is a library to reliably execute external processes from within the JVM.