This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push: new a25b164 Fix auto-generated file. a25b164 is described below commit a25b1643fff6b49ffc31a2aea546c80e9361ea3f Author: Gilles Sadowski <gil...@harfang.homelinux.org> AuthorDate: Mon Sep 17 18:41:19 2018 +0200 Fix auto-generated file. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d33295..a0b2cea 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,14 @@ Apache Commons Geometry =================== -[](https://travis-ci.org/apache/commons-geometry-parent) -[](https://coveralls.io/r/apache/commons-geometry-parent) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-parent/) +[](https://travis-ci.org/apache/commons-geometry-parent) +[](https://coveralls.io/github/apache/commons-geometry?branch=master) +#[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/) +#[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-bsp/) +#[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-enclosing/) +#[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean/) +#[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-hull/) +#[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/) [](http://www.apache.org/licenses/LICENSE-2.0.html) The Apache Commons Geometry project provides geometric types and utilities. @@ -66,7 +71,7 @@ Alternatively you can pull it from the central Maven repositories: ```xml <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-parent</artifactId> + <artifactId>commons-geometry</artifactId> <version>1.0</version> </dependency> ```