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 c506aad  TENTACLES-24: Make release builds reproducable and keep site 
timestamp flexible
c506aad is described below

commit c506aadc3c07d80efa1b8776a555c6f2565c2969
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Mar 22 10:12:45 2026 +0100

    TENTACLES-24: Make release builds reproducable and keep site timestamp 
flexible
---
 pom.xml                 | 3 +++
 src/changes/changes.xml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 79b57f8..7ec0897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,9 @@
           <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
           <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
           <relativizeSiteLinks>false</relativizeSiteLinks>
+          <!-- TENTACLES-24 keep site generation timestamp instead of release 
timestamp -->
+          <outputTimestamp>x</outputTimestamp>
+          </configuration>
         </configuration>
       </plugin>
       <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6a3d66b..91ec89e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
     </release>
     -->
     <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current 
SNAPSHOT - release to be done">
+      <action issue="TENTACLES-24" type="add" dev="pottlinger">
+        Enable reproducible build and keep a changing timestamp for webpage 
generation.
+      </action>
       <action issue="TENTACLES-23" type="add" dev="pottlinger">
         Adapt download page to comply with current ASF rules, checksums are 
not downloaded via CDN, but downloads.apache.org directly.
       </action>

Reply via email to