This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 5819986 Fix bad EOLs 5819986 is described below commit 5819986ce086a4492ff241041071996628c5d08f Author: Sebb <s...@apache.org> AuthorDate: Sat May 25 00:36:48 2019 +0100 Fix bad EOLs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f30cd0d..0cf149d 100644 --- a/README.md +++ b/README.md @@ -43,21 +43,23 @@ Apache Commons JEXL =================== -[](https://travis-ci.org/apache/commons-jexl) +[](https://travis-ci.org/apache/commons-jexl3) +[](https://coveralls.io/r/apache/commons-jexl3) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/) +[](http://www.apache.org/licenses/LICENSE-2.0.html) The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions. Documentation ------------- -More information can be found on the [Apache Commons JEXL homepage](https://commons.apache.org/proper/commons-jexl). -The [JavaDoc](https://commons.apache.org/proper/commons-jexl/javadocs/api-release) can be browsed. +More information can be found on the [Apache Commons JEXL homepage](https://commons.apache.org/proper/commons-jexl3). +The [JavaDoc](https://commons.apache.org/proper/commons-jexl3/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons JEXL should be posted to the [user mailing list][ml]. Where can I get the latest release? ----------------------------------- -You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-jexl/download_jexl.cgi). +You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-jexl3/download_jexl3.cgi). Alternatively you can pull it from the central Maven repositories: