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
commit 5267909038b8225d049c4158cbc3f77f43369805 Author: Gary D. Gregory <[email protected]> AuthorDate: Fri Jan 17 15:07:43 2025 -0500 Bump properties for the next release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c88cd8c..73196ed 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.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 --> @@ -131,9 +131,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.4.1</commons.release.version> + <commons.release.version>1.4.2</commons.release.version> <commons.rc.version>RC1</commons.rc.version> - <commons.bc.version>1.4.0</commons.bc.version> + <commons.bc.version>1.4.1</commons.bc.version> <commons.jira.id>DAEMON</commons.jira.id> <commons.jira.pid>12310468</commons.jira.pid> <project.build.outputTimestamp>2025-01-06T00:00:00Z</project.build.outputTimestamp>
