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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new fa4a854 Bump org.apache.commons:commons-parent from 83 to 84 fa4a854 is described below commit fa4a854363194a7fd9d3a70c738312cfb09c708e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:30:17 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ccf6ea0..76be477 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-jxpath</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 94c1678..52e3504 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory">POM assembly:single does not generate binary convenience files (tar/zip).</action> <!-- ADD --> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 83 #239.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #239.</action> </release> <release version="1.4.0" date="2025-04-12" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->