This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
commit e3eba2c71d30c0902ed7e899d7e4ef14d00a76a0 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Oct 14 23:18:08 2024 +0200 TENTACLES-20, MSITE-1018: overwrite build timestamp --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 06465b8..95082b8 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,8 @@ <httpClientVersion>4.5.14</httpClientVersion> <loggerVersion>2.24.1</loggerVersion> <apacheRatVersion>0.16.1</apacheRatVersion> - <project.build.outputTimestamp>1</project.build.outputTimestamp> + <!-- MSITE-1018, TENTACLES-20: nil out timestamp in order to get current build timestamp --> + <project.build.outputTimestamp>a</project.build.outputTimestamp> <maven.compiler.source>${javaVersion}</maven.compiler.source> <maven.compiler.target>${javaVersion}</maven.compiler.target> </properties>
