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 8053dc7 Bump org.apache.commons:commons-parent from 96 to 97.
8053dc7 is described below
commit 8053dc74d4238949129aa78eb5c807f29c93d651
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 27 20:49:14 2026 -0500
Bump org.apache.commons:commons-parent from 96 to 97.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 06118a8..9cf3186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>96</version>
+ <version>97</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37d250a..d4ca310 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@
jsvc. Use FreeBSD's setproctitle(3) to pass -procname similar to
daemon(8).
</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 96.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 97.</action>
<action type="update" dev="michaelo">jsvc. Consistently use strerror(3)
for log output.</action>
</release>
<release version="1.5.1" date="2025-12-16" description="Bug fix release">