You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/06/08 08:39:14 UTC

[sling-org-apache-sling-jcr-packageinit] branch master updated: releng: enable reproducible build

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/sling-org-apache-sling-jcr-packageinit.git


The following commit(s) were added to refs/heads/master by this push:
     new 578daf4  releng: enable reproducible build
578daf4 is described below

commit 578daf419dc74f0a55bcd76a7fa8e6795dcbb73f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 8 10:39:04 2021 +0200

    releng: enable reproducible build
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f34e1db..38580a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,11 @@
         <tag>HEAD</tag>
     </scm>
 
+    <properties>
+        <project.build.outputTimestamp>2020-01-22T15:10:15Z</project.build.outputTimestamp>
+        <sling.java.version>8</sling.java.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>