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
The following commit(s) were added to refs/heads/master by this push:
new 470de48 TENTACLES-24: Set release timestamp of 0.1
470de48 is described below
commit 470de48955686574b520035a7f1d5e7bb87356de
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Mar 22 10:09:57 2026 +0100
TENTACLES-24: Set release timestamp of 0.1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c6bb2ff..79b57f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,8 +90,8 @@
<httpClientVersion>4.5.14</httpClientVersion>
<loggerVersion>2.25.3</loggerVersion>
<apacheRatVersion>0.17</apacheRatVersion>
- <!-- MSITE-1018, TENTACLES-20: nil out timestamp in order to get current
build timestamp -->
- <project.build.outputTimestamp>a</project.build.outputTimestamp>
+ <!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html, updated by
maven-release-plugin -->
+
<project.build.outputTimestamp>2022-10-22T23:25:45Z</project.build.outputTimestamp>
<maven.compiler.source>${javaVersion}</maven.compiler.source>
<maven.compiler.target>${javaVersion}</maven.compiler.target>
</properties>