FYI, FYI, our build plugin generates this file and others with "mvn commons-build:all"
Gary On Fri, Dec 25, 2020, 06:10 <lukaszlen...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > lukaszlenart 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 18c4c10 Adds GH Actions status badge > 18c4c10 is described below > > commit 18c4c10e57e7982230eb8f0bdfe810d5360b036d > Author: Lukasz Lenart <lukaszlen...@apache.org> > AuthorDate: Fri Dec 25 12:09:52 2020 +0100 > > Adds GH Actions status badge > --- > README.md | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index ce35222..2063a06 100644 > --- a/README.md > +++ b/README.md > @@ -16,5 +16,6 @@ > --> > # Apache Commons OGNL > > -[](https://travis-ci.com/apache/commons-ognl > ) > +[](https://github.com/apache/commons-ognl/actions?query=workflow%3A%22Java+CI%22 > <https://github.com/apache/commons-ognl/workflows/Java%20CI/badge.svg)%5D(https://github.com/apache/commons-ognl/actions?query=workflow%3A%22Java+CI%22> > ) > +[](https://travis-ci.com/apache/commons-ognl > ) > [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-ognl > ) > >