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
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/commons-geometry-parent.svg?branch=master)](https://travis-ci.org/apache/commons-geometry-parent)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry-parent/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-geometry-parent)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-parent/)
+[![Build 
Status](https://travis-ci.org/apache/commons-geometry.svg?branch=master)](https://travis-ci.org/apache/commons-geometry-parent)
+[![Coverage 
Status](https://coveralls.io/repos/github/apache/commons-geometry/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-geometry?branch=master)
+#[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/)
+#[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-bsp/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-bsp/)
+#[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-enclosing/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-enclosing/)
+#[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean/)
+#[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-hull/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-hull/)
+#[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/)
 
[![License](http://img.shields.io/:license-apache-blue.svg)](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>
 ```

Reply via email to