This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit 926bdff801062bf50261b4a98503759bdc596094 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 13:29:34 2025 -0400 No longer need to override the version of the Jacoco Maven plugin Pick up the version from the parent POM. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac6cbd34..679138a1 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,6 @@ commons.releaseManagerName commons.releaseManagerKey --> - <commons.jacoco.version>0.8.12</commons.jacoco.version> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>