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
[](https://travis-ci.org/apache/commons-geometry)
[](https://coveralls.io/r/apache/commons-geometry)
+[](https://sonarcloud.io/dashboard?id=commons-geometry)
[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-parent/)
[](https://javadoc.io/doc/org.apache.commons/commons-geometry-parent/1.0-beta1)
+[](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
[](https://coveralls.io/r/apache/commons-geometry)
[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/)
[](https://javadoc.io/doc/org.apache.commons/commons-geometry-core/1.0-beta1)
+[](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
[](https://coveralls.io/r/apache/commons-geometry)
[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-enclosing/)
[](https://javadoc.io/doc/org.apache.commons/commons-geometry-enclosing/1.0-beta1)
+[](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
[](https://coveralls.io/r/apache/commons-geometry)
[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean/)
[](https://javadoc.io/doc/org.apache.commons/commons-geometry-euclidean/1.0-beta1)
+[](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
[](https://coveralls.io/r/apache/commons-geometry)
[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-hull/)
[](https://javadoc.io/doc/org.apache.commons/commons-geometry-hull/1.0-beta1)
+[](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
[](https://coveralls.io/r/apache/commons-geometry)
[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/)
[](https://javadoc.io/doc/org.apache.commons/commons-geometry-spherical/1.0-beta1)
+[](http://www.apache.org/licenses/LICENSE-2.0.html)
Geometric primitives for spherical space.