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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 2a5176027 Adjust commons.jacoco.classRatio on Java 25
2a5176027 is described below
commit 2a517602739d9b3e873ebaf4f11e6c40ba2e9f47
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 9 11:07:31 2026 -0500
Adjust commons.jacoco.classRatio on Java 25
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d97376f44..22f944e33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
</activation>
<properties>
<!-- JaCoCo: Don't make code coverage worse than: -->
- <commons.jacoco.classRatio>0.99</commons.jacoco.classRatio>
+ <commons.jacoco.classRatio>0.98</commons.jacoco.classRatio>
</properties>
</profile>
<profile>