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 f0f76689 Bump org.apache.commons:commons-parent from 100 to 101
f0f76689 is described below
commit f0f76689d112b1fd1a441765192ad4140801007e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 16:19:41 2026 -0400
Bump org.apache.commons:commons-parent from 100 to 101
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 57ac451f..0237bb06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100</version>
+ <version>101</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 29cea38d..4d6684f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,7 @@
<action dev="ggregory" type="fix" due-to="David Costanzo">Fix the
@return tags in the Javadoc for JexlArithmetic.toBigInteger() overloads
(#403).</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 100.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 101.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
</release>
<release version="3.6.2" date="2026-02-05"