This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch 1.0-beta1-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/1.0-beta1-release by this push:
     new ea66e0f  adding back additional badges in READMEs
ea66e0f is described below

commit ea66e0fa5631a1478dbaa47aee80b3204fc1b65e
Author: Matt Juntunen <[email protected]>
AuthorDate: Sat Jul 4 16:51:42 2020 -0400

    adding back additional badges in READMEs
---
 README.md                            | 2 ++
 commons-geometry-core/README.md      | 1 +
 commons-geometry-enclosing/README.md | 1 +
 commons-geometry-euclidean/README.md | 1 +
 commons-geometry-hull/README.md      | 1 +
 commons-geometry-spherical/README.md | 1 +
 6 files changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 1c0fe2c..b943438 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,10 @@ Apache Commons Geometry
 
 [![Build 
Status](https://travis-ci.org/apache/commons-geometry.svg)](https://travis-ci.org/apache/commons-geometry)
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry/badge.svg)](https://coveralls.io/r/apache/commons-geometry)
+[![Quality Gate 
Status](https://sonarcloud.io/api/project_badges/measure?project=commons-geometry&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-geometry)
 [![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/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-geometry-parent/1.0-beta1.svg)](https://javadoc.io/doc/org.apache.commons/commons-geometry-parent/1.0-beta1)
+[![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.
 
diff --git a/commons-geometry-core/README.md b/commons-geometry-core/README.md
index 6675fcf..52ba62d 100644
--- a/commons-geometry-core/README.md
+++ b/commons-geometry-core/README.md
@@ -47,6 +47,7 @@ Apache Commons Geometry Core
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry/badge.svg)](https://coveralls.io/r/apache/commons-geometry)
 [![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/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-geometry-core/1.0-beta1.svg)](https://javadoc.io/doc/org.apache.commons/commons-geometry-core/1.0-beta1)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Core interfaces and classes for Apache Commons Geometry.
 
diff --git a/commons-geometry-enclosing/README.md 
b/commons-geometry-enclosing/README.md
index a34e6d0..2080ba7 100644
--- a/commons-geometry-enclosing/README.md
+++ b/commons-geometry-enclosing/README.md
@@ -47,6 +47,7 @@ Apache Commons Geometry Enclosing
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry/badge.svg)](https://coveralls.io/r/apache/commons-geometry)
 [![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/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-geometry-enclosing/1.0-beta1.svg)](https://javadoc.io/doc/org.apache.commons/commons-geometry-enclosing/1.0-beta1)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Algorithms for computing enclosing balls.
 
diff --git a/commons-geometry-euclidean/README.md 
b/commons-geometry-euclidean/README.md
index 50b6902..818fbd9 100644
--- a/commons-geometry-euclidean/README.md
+++ b/commons-geometry-euclidean/README.md
@@ -47,6 +47,7 @@ Apache Commons Geometry Euclidean
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry/badge.svg)](https://coveralls.io/r/apache/commons-geometry)
 [![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/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-geometry-euclidean/1.0-beta1.svg)](https://javadoc.io/doc/org.apache.commons/commons-geometry-euclidean/1.0-beta1)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Geometric primitives for euclidean space.
 
diff --git a/commons-geometry-hull/README.md b/commons-geometry-hull/README.md
index 34a61bf..4ad730d 100644
--- a/commons-geometry-hull/README.md
+++ b/commons-geometry-hull/README.md
@@ -47,6 +47,7 @@ Apache Commons Geometry Hull
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry/badge.svg)](https://coveralls.io/r/apache/commons-geometry)
 [![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/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-geometry-hull/1.0-beta1.svg)](https://javadoc.io/doc/org.apache.commons/commons-geometry-hull/1.0-beta1)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Algorithms for computing convex hulls.
 
diff --git a/commons-geometry-spherical/README.md 
b/commons-geometry-spherical/README.md
index f155e51..6c50019 100644
--- a/commons-geometry-spherical/README.md
+++ b/commons-geometry-spherical/README.md
@@ -47,6 +47,7 @@ Apache Commons Geometry Spherical
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-geometry/badge.svg)](https://coveralls.io/r/apache/commons-geometry)
 [![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/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-geometry-spherical/1.0-beta1.svg)](https://javadoc.io/doc/org.apache.commons/commons-geometry-spherical/1.0-beta1)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Geometric primitives for spherical space.
 

Reply via email to