You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/01/08 09:40:48 UTC

[jackrabbit-filevault] branch master updated: add timestamp property for reproducible builds

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new da1a620  add timestamp property for reproducible builds
da1a620 is described below

commit da1a6201a5f7976bb1fc2bcee0f2ec83c68d7ccb
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 8 10:40:34 2021 +0100

    add timestamp property for reproducible builds
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index f73d05f..6cd3f14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,10 @@
         <module>vault-validation</module>
     </modules>
 
+    <properties>
+        <project.build.outputTimestamp>2021-01-08T06:47:27Z</project.build.outputTimestamp>
+    </properties>
+
     <!-- ====================================================================== -->
     <!-- B U I L D                                                              -->
     <!-- ====================================================================== -->