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 d86f8a38 Bump org.apache.commons:commons-parent from 101 to 102.
d86f8a38 is described below
commit d86f8a3810371130a8b0fba956972210e8fa59f3
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 11 09:40:48 2026 -0400
Bump org.apache.commons:commons-parent from 101 to 102.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9bfa3d44..1772f8f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>101</version>
+ <version>102</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7418927..87f53c00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@
<!-- 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>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 100 to 102.</action>
</release>
<release version="1.6.0" date="2026-05-29" description="This is a
maintenace release. Adds support for Windows on ARM64.">
<!-- FIX -->