This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 dc4686f  Bump org.apache.commons:commons-parent from 98 to 99
dc4686f is described below

commit dc4686f6481991c9c095bdc86a7dd165e54e4cfe
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 26 07:36:50 2026 -0400

    Bump org.apache.commons:commons-parent from 98 to 99
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43595e7..0e8da80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>98</version>
+    <version>99</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a20b2b..b65fca1 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 98.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 99.</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">

Reply via email to