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-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new 32961b3 WHISKER-26: apply changes to get current build stamp in site
reports
32961b3 is described below
commit 32961b314ddf924c5974af71491c36126691bb2c
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Oct 14 23:48:57 2024 +0200
WHISKER-26: apply changes to get current build stamp in site reports
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c96eb2d..e50e691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<target.jdk>1.8</target.jdk>
<!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>10</project.build.outputTimestamp>
+ <!-- MSITE-1018, WHISKER-26: nil out timestamp in order to get current
build timestamp -->
+ <project.build.outputTimestamp>a</project.build.outputTimestamp>
<junit.version>4.13.2</junit.version>
<!-- This is the version of Maven required to use the Maven Plugin for
this project -->
<mavenVersion>3.0.5</mavenVersion>