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 77041ecd Bump org.apache.commons:commons-parent from 102 to 103.
77041ecd is described below
commit 77041ecd665af63b18f45cbdf699a2ec88976274
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 05:18:35 2026 -0700
Bump org.apache.commons:commons-parent from 102 to 103.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 99b41528..73b702c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>102</version>
+ <version>103</version>
</parent>
<artifactId>commons-jexl3</artifactId>
<version>3.7.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ed097dd6..665ad449 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,7 @@
<!-- FIX -->
<action dev="ggregory" type="fix">Pick up commons.jacoco.version
from the parent POM.</action>
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 102 to 103.</action>
</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 -->