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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new d8dc6cd8 Bump org.apache.commons:commons-parent from 96 to 97.
d8dc6cd8 is described below

commit d8dc6cd896c2e25e6b457daf25736b97b96352c0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 27 22:26:08 2026 -0500

    Bump org.apache.commons:commons-parent from 96 to 97.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e07d4ab8..5ae3fda3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>96</version>
+        <version>97</version>
     </parent>
     <artifactId>commons-jexl3</artifactId>
     <version>3.6.3-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b65913d..2594bf7c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
             <action dev="henrib" type="fix" issue="JEXL-456" due-to="Vincent 
Bussol">Change in template parser behavior.</action>
             <!-- ADD -->
             <!-- UPDATE -->
+            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 96 to 97.</action>
         </release>
         <release version="3.6.2" date="2026-02-05"
                  description="This is a feature and maintenance release. Java 
8 or later is required.">

Reply via email to