This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new dcc92c160f OAK-10686: parent: add project.build.outputTimestamp 
property for Reproducable Builds (#1338)
dcc92c160f is described below

commit dcc92c160f9b54584a6917ff352cff844259685d
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Mon Mar 4 10:33:21 2024 +0100

    OAK-10686: parent: add project.build.outputTimestamp property for 
Reproducable Builds (#1338)
---
 oak-parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 3c5e42f557..214e8434d2 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -34,6 +34,9 @@
   <packaging>pom</packaging>
 
   <properties>
+    <!-- build time stamp: should be updated prior to a release -->
+    <!-- see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
+    <project.build.outputTimestamp>1709307307</project.build.outputTimestamp>
     <minimalMavenBuildVersion>3.3.9</minimalMavenBuildVersion><!-- evaluated 
by ASF parent -->
     <maven.compiler.target>${java.version}</maven.compiler.target><!-- 
evaluated by m-compiler-p and m-javadoc-p -->
     <test.opts.memory>-Xmx512m</test.opts.memory>

Reply via email to