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 ea5d79e Bump org.apache.commons:commons-parent from 95 to 96.
ea5d79e is described below
commit ea5d79e2aef6053149b3ecb89954fe9810be0366
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 18:28:16 2026 -0500
Bump org.apache.commons:commons-parent from 95 to 96.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 04a072d..06118a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>95</version>
+ <version>96</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c0ca0b3..287793c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@
<action type="fix" dev="markt" due-to="Alex Dupre and Michael
Osipov">jsvc. Fix a regression in 1.5.1 that exposed long standing bugs around
the locking and unlocking of pid files. Also fix the locking/unlocking
bugs.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 95.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 96.</action>
</release>
<release version="1.5.1" date="2025-12-16" description="Bug fix release">
<!-- FIX -->