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 3b2928a Bump org.apache.commons:commons-parent from 94 to 95.
3b2928a is described below
commit 3b2928afd152ff33503a1eadcbf1cc0ab9236081
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 12 11:51:16 2026 -0500
Bump org.apache.commons:commons-parent from 94 to 95.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 382899e..04a072d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>94</version>
+ <version>95</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09fc933..c0ca0b3 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 94.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 95.</action>
</release>
<release version="1.5.1" date="2025-12-16" description="Bug fix release">
<!-- FIX -->