This is an automated email from the ASF dual-hosted git repository. aherbert 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 fbf44e69 Update maven central badge fbf44e69 is described below commit fbf44e69a1b834b32017aedba90b71b0e88f968e Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Apr 7 14:16:35 2025 +0100 Update maven central badge --- README.md | 10 +++++----- commons-geometry-core/README.md | 2 +- commons-geometry-enclosing/README.md | 2 +- commons-geometry-euclidean/README.md | 2 +- commons-geometry-io-core/README.md | 6 +++--- commons-geometry-io-euclidean/README.md | 6 +++--- commons-geometry-spherical/README.md | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 368c4ac3..7439e45b 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ Apache Commons Geometry [](https://app.codecov.io/gh/apache/commons-geometry) [](https://sonarcloud.io/dashboard?id=commons-geometry) <!--- -[](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-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/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-core/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-enclosing/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-euclidean/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-hull/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-spherical/) ---> [](https://lgtm.com/projects/g/apache/commons-geometry/context:java) [](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/commons-geometry-core/README.md b/commons-geometry-core/README.md index d6da21ad..3572bb7b 100644 --- a/commons-geometry-core/README.md +++ b/commons-geometry-core/README.md @@ -45,7 +45,7 @@ Apache Commons Geometry Core [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-core/) [](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 bdb40ab8..4fa88c0c 100644 --- a/commons-geometry-enclosing/README.md +++ b/commons-geometry-enclosing/README.md @@ -45,7 +45,7 @@ Apache Commons Geometry Enclosing [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-enclosing/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-enclosing/) [](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 b3cc897b..d63ce619 100644 --- a/commons-geometry-euclidean/README.md +++ b/commons-geometry-euclidean/README.md @@ -45,7 +45,7 @@ Apache Commons Geometry Euclidean [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-euclidean/) [](http://www.apache.org/licenses/LICENSE-2.0.html) Geometric primitives for euclidean space. diff --git a/commons-geometry-io-core/README.md b/commons-geometry-io-core/README.md index de0d1508..caa163c0 100644 --- a/commons-geometry-io-core/README.md +++ b/commons-geometry-io-core/README.md @@ -45,8 +45,8 @@ Apache Commons Geometry Core IO [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-core-io/) -[](https://javadoc.io/doc/org.apache.commons/commons-geometry-core-io/1.0) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-io-core/) +[](https://javadoc.io/doc/org.apache.commons/commons-geometry-io-core/1.0) Core IO interfaces and classes for Apache Commons Geometry. @@ -66,7 +66,7 @@ Alternatively, you can pull it from the central Maven repositories: ```xml <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-core-io</artifactId> + <artifactId>commons-geometry-io-core</artifactId> <version>1.0</version> </dependency> ``` diff --git a/commons-geometry-io-euclidean/README.md b/commons-geometry-io-euclidean/README.md index 090a1a9f..b52cb0c2 100644 --- a/commons-geometry-io-euclidean/README.md +++ b/commons-geometry-io-euclidean/README.md @@ -45,8 +45,8 @@ Apache Commons Geometry Euclidean IO [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-euclidean-io/) -[](https://javadoc.io/doc/org.apache.commons/commons-geometry-euclidean-io/1.0) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-io-euclidean/) +[](https://javadoc.io/doc/org.apache.commons/commons-geometry-io-euclidean/1.0) Euclidean IO interfaces and classes for Apache Commons Geometry. @@ -66,7 +66,7 @@ Alternatively, you can pull it from the central Maven repositories: ```xml <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-geometry-euclidean-io</artifactId> + <artifactId>commons-geometry-io-euclidean</artifactId> <version>1.0</version> </dependency> ``` diff --git a/commons-geometry-spherical/README.md b/commons-geometry-spherical/README.md index c4e6e812..75b2cb71 100644 --- a/commons-geometry-spherical/README.md +++ b/commons-geometry-spherical/README.md @@ -45,7 +45,7 @@ Apache Commons Geometry Spherical [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-geometry) -[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/) +[](https://search.maven.org/artifact/org.apache.commons/commons-geometry-spherical/) [](http://www.apache.org/licenses/LICENSE-2.0.html) Geometric primitives for spherical space.