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
The following commit(s) were added to refs/heads/master by this push: new 21595fcb Temp until next parent POM 21595fcb is described below commit 21595fcba7df51ace686fe1152eaaf134fc3f65b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 23 08:52:24 2024 -0400 Temp until next parent POM --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0f77d895..d12f983a 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,8 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.bytebuddy.version>1.14.13</commons.bytebuddy.version> - <commons.rng.version>1.5</commons.rng.version> - <japicmp.skip>false</japicmp.skip> - <jmh.version>1.37</jmh.version> <!-- Commons Release Plugin --> @@ -81,6 +78,9 @@ <commons.jacoco.branchRatio>0.95</commons.jacoco.branchRatio> <commons.jacoco.complexityRatio>0.94</commons.jacoco.complexityRatio> <commons.jacoco.lineRatio>0.98</commons.jacoco.lineRatio> + + <!-- Temp until next parent POM --> + <commons.spotbugs.impl.version>4.8.4</commons.spotbugs.impl.version> </properties> <dependencies>