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 87e3ef8f Bump org.apache.commons:commons-parent from 101 to 102.
87e3ef8f is described below
commit 87e3ef8f282761b479701c4776654bb75eb269cc
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 11 09:41:43 2026 -0400
Bump org.apache.commons:commons-parent from 101 to 102.
---
src/changes/changes.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87f53c00..9d3171da 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,11 +40,16 @@
<title>Apache Commons Daemon Release Notes</title>
</properties>
<body>
+ <release version="1.6.2" date="YYYY-MM-DD" description="Bug fix release">
+ <!-- FIX -->
+ <!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 101 to 100.</action>
+ </release>
<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 102.</action>
+ <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 -->