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 54f823c Bump org.apache.commons:commons-parent from 93 to 94
54f823c is described below
commit 54f823c901bb54112ac4503839e577f02edadded
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 17:13:43 2026 -0500
Bump org.apache.commons:commons-parent from 93 to 94
Bump POM version from 1.5.1-SNAPSHOT to 1.5.2-SNAPSHOT which should be
done after the previous release
---
pom.xml | 8 ++++----
src/changes/changes.xml | 6 ++++++
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1bc5e0f..382899e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>93</version>
+ <version>94</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<name>Apache Commons Daemon</name>
<!-- Daemon started in Commons in 2002 with an import of code from Tomcat,
which is why the NOTICE file has an earlier date than the inceptionYear
-->
@@ -134,9 +134,9 @@
<maven.compiler.target>${commons.daemon.javaversion}</maven.compiler.target>
<commons.componentid>daemon</commons.componentid>
<commons.module.name>org.apache.commons.daemon</commons.module.name>
- <commons.release.version>1.5.1</commons.release.version>
+ <commons.release.version>1.5.2</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
- <commons.bc.version>1.5.0</commons.bc.version>
+ <commons.bc.version>1.5.1</commons.bc.version>
<commons.jira.id>DAEMON</commons.jira.id>
<commons.jira.pid>12310468</commons.jira.pid>
<project.build.outputTimestamp>2025-12-11T12:00:00Z</project.build.outputTimestamp>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d797b5b..79cf412 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,12 @@
<title>Apache Commons Daemon Release Notes</title>
</properties>
<body>
+ <release version="1.5.2" date="YYYY-MM-DD" description="Bug fix release">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 94.</action>
+ </release>
<release version="1.5.1" date="2025-12-16" description="Bug fix release">
<!-- FIX -->
<action type="fix" dev="markt">jsvc. Fix compilation warnings.</action>