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-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 5e56ea7 Bump org.apache.commons:commons-parent from 83 to 84 5e56ea7 is described below commit 5e56ea704e466b95834f337632fabb0926cb436e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:14:12 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 b1a84ce..c43cedf 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,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-daemon</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e3932e6..117f6ef 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ <action type="add" dev="michaelo" issue="DAEMON-471">Add support for --enable-native-access Java startup option in jsvc.</action> <action type="add" dev="ggregory" due-to="Jean-Frederic Clere, Gary Gregory, Mark Thomas">Add tests for prunsrv on Windows #260.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 78 to 83 #253, #255.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 78 to 84 #253, #255.</action> </release> <release version="1.4.1" date="2025-01-13" description="Bug fix release"> <!-- FIX -->