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 bcd50796 Bump org.apache.commons:commons-parent from 103 to 104.
bcd50796 is described below
commit bcd5079648a31d0b40153591d5cbca891484f74c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 09:42:39 2026 -0400
Bump org.apache.commons:commons-parent from 103 to 104.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fe3893da..439f21e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>103</version>
+ <version>104</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 904785ca..c0177686 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,7 +36,7 @@
<action dev="ggregory" type="fix" due-to="Gary Gregory">Pick up
commons.jacoco.version from the parent POM.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add
messages when throwing NullPointerException.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 102 to 103.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 102 to 104.</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 -->