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 f8afeafb Bump org.apache.commons:commons-parent from 100 to 101
f8afeafb is described below
commit f8afeafbf6dfa06251aca58775b9ff5ac761abca
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 11:44:47 2026 -0400
Bump org.apache.commons:commons-parent from 100 to 101
---
pom.xml | 2 +-
src/changes/changes.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28423229..9bfa3d44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100</version>
+ <version>101</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4d8632c..c7418927 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,8 @@
<release version="1.6.1" date="2026-06-03" description="Bug fix release">
<!-- FIX -->
<action type="fix" dev="markt" due-to="Michael Osipov">jsvc. Correct a
packaging error in the 1.6.0 native source tarball for *nix systems.</action>
+ <!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 100 to 100.</action>
</release>
<release version="1.6.0" date="2026-05-29" description="This is a
maintenace release. Adds support for Windows on ARM64.">
<!-- FIX -->