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
commit aa486f564f0bd804311386b318e51a51c5b92d72 Author: Gary Gregory <[email protected]> AuthorDate: Tue Apr 7 12:49:53 2026 -0400 Bump org.apache.commons:commons-parent from 97 to 98 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 87a95b80..f0eb9261 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>97</version> + <version>98</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 ed6bf379..fc4a90c6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,7 +34,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> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 96 to 98.</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"
