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
commit f413fb50f01e353f5775a3fc7a02465870b710a7 Author: Mark Thomas <[email protected]> AuthorDate: Wed Nov 19 14:52:27 2025 +0000 Use current timestamp for build --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01d04ad..c1609ae 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ <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> + <project.build.outputTimestamp>2025-11-19T15: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>
