From ac39c3787fe8b0cf857dd5e4ca58d5e62c59535f Mon Sep 17 00:00:00 2001 From: Rich MacDonald Date: Thu, 27 Jul 2023 12:21:31 -0500 Subject: [PATCH] Custom version and description of difference custom version --- modules/core/pom.xml | 10 ++++++++++ pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/modules/core/pom.xml b/modules/core/pom.xml index a174d08ec1..76570703b5 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -56,6 +56,16 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + true + + + diff --git a/pom.xml b/pom.xml index 7b91f97e3c..484b7dcf7c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ 4.0.0 org.locationtech.jts jts - 1.20.0-SNAPSHOT + 1.20.0.rjm-SNAPSHOT pom JTS Topology Suite https://www.locationtech.org/projects/technology.jts - The JTS Topology Suite is an API for 2D linear geometry predicates and functions. + The JTS Topology Suite is an API for 2D linear geometry predicates and functions. Minor performance boosts. DistanceOp/DistanceSupport delegation to allow pluggable Geometries (Cartesian, Gnomonic)