This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 8cd85160 Pick up commons.jacoco.version from the parent POM.
8cd85160 is described below
commit 8cd85160f35007493fef2bb608051cd0df594648
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 12:12:01 2026 +0000
Pick up commons.jacoco.version from the parent POM.
---
pom.xml | 1 -
src/changes/changes.xml | 6 ++++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4abfb3ac..a7f490b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
<commons.jira.pid>12310479</commons.jira.pid>
<japicmp.skip>false</japicmp.skip>
<!-- JaCoCo: Don't make code coverage worse than: -->
- <commons.jacoco.version>0.8.14</commons.jacoco.version>
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.95</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.89</commons.jacoco.instructionRatio>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e7b91a54..ed097dd6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,12 @@
<author email="[email protected]">Commons Developers</author>
</properties>
<body>
+ <release version="3.7.1" date="YYYY-MM-DD" description="This is a
feature and maintenance release. Java 8 or later is required.">
+ <!-- ADD -->
+ <!-- FIX -->
+ <action dev="ggregory" type="fix">Pick up commons.jacoco.version
from the parent POM.</action>
+ <!-- UPDATE -->
+ </release>
<release version="3.7.0" date="2026-06-28" description="This is a
feature and maintenance release. Java 8 or later is required.">
<!-- ADD -->
<action dev="henrib" type="add" issue="JEXL-465">Add
JexlConfigLoader to build a JexlEngine from a YAML configuration (permissions,
features, arithmetic, namespaces, imports).</action>