This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
The following commit(s) were added to refs/heads/master by this push:
new 8fae12e Add missing "project.build.outputTimestamp" property to the
pom that would be required for reproducible builds (per SLING-9611).
8fae12e is described below
commit 8fae12ed188168b6304982f96f3c91c5676752ab
Author: Eric Norman <[email protected]>
AuthorDate: Fri Nov 27 13:18:39 2020 -0800
Add missing "project.build.outputTimestamp" property to the pom that
would be required for reproducible builds (per SLING-9611).
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9acbea0..8cf6a7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
<properties>
<sling.java.version>8</sling.java.version>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
+
<project.build.outputTimestamp>2020-07-27T15:10:15Z</project.build.outputTimestamp>
</properties>
<scm>