This is an automated email from the ASF dual-hosted git repository.
markt 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 4df8f9c Set a reasonable time stamp for the 1.5.1 release
4df8f9c is described below
commit 4df8f9cc8b1068d09d012130de412c002fcf8502
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Dec 11 11:20:08 2025 +0000
Set a reasonable time stamp for the 1.5.1 release
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ef31b34..1bc5e0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<commons.bc.version>1.5.0</commons.bc.version>
<commons.jira.id>DAEMON</commons.jira.id>
<commons.jira.pid>12310468</commons.jira.pid>
-
<project.build.outputTimestamp>2025-11-19T15:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-11T12:00:00Z</project.build.outputTimestamp>
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>