This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag commons-daemon-1.5.0-RC3 in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit 11a6b3ba70da799cc1c761b32ff707f55cf1b17c Author: Mark Thomas <[email protected]> AuthorDate: Thu Nov 20 16:21:53 2025 +0000 Tag commons-daemon-1.5.0-RC3 --- pom.xml | 2 +- src/native/unix/native/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e9e6ac4..f310a83 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.5.0-SNAPSHOT</version> + <version>1.5.0</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 --> diff --git a/src/native/unix/native/version.h b/src/native/unix/native/version.h index 35f78a3..8d62907 100644 --- a/src/native/unix/native/version.h +++ b/src/native/unix/native/version.h @@ -37,7 +37,7 @@ * This symbol is defined for internal, "development" copies of JSVC. * This symbol will be #undef'd for releases. */ -#define JSVC_IS_DEV_VERSION 1 +#define JSVC_IS_DEV_VERSION 0 /** Properly quote a value as a string in the C preprocessor */ #define JSVC_STRINGIFY(n) JSVC_STRINGIFY_HELPER(n)
