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-jackrabbit-accessmanager.git
The following commit(s) were added to refs/heads/master by this push:
new 7dc175a releng: add timestamp property for reproducible builds
7dc175a is described below
commit 7dc175ad259abe6015d19895c703839633d6ba78
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Jul 27 07:30:56 2020 +0200
releng: add timestamp property for reproducible builds
automatically increased with each release
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 74d8044..668f3a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,10 @@
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-jackrabbit-accessmanager.git</url>
<tag>HEAD</tag>
</scm>
+
<properties>
<sling.java.version>8</sling.java.version>
+
<project.build.outputTimestamp>2020-07-27T15:10:15Z</project.build.outputTimestamp>
</properties>
<build>