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 418dbb4 fixing capitalization 418dbb4 is described below commit 418dbb4bb050554ad409ac3c28754822d13a9134 Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Sat Jul 4 21:53:29 2020 -0400 fixing capitalization --- commons-geometry-euclidean/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-geometry-euclidean/pom.xml b/commons-geometry-euclidean/pom.xml index 2372dcd..a1023e3 100644 --- a/commons-geometry-euclidean/pom.xml +++ b/commons-geometry-euclidean/pom.xml @@ -29,7 +29,7 @@ <artifactId>commons-geometry-euclidean</artifactId> <name>Apache Commons Geometry Euclidean</name> - <description>Geometric primitives for euclidean space.</description> + <description>Geometric primitives for Euclidean space.</description> <properties> <!-- OSGi -->