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-usermanager.git
The following commit(s) were added to refs/heads/master by this push:
new 863b185 releng: add timestamp property for reproducible builds
863b185 is described below
commit 863b18527b794f529b6e8dc5abf024790351191f
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Jul 27 07:26:17 2020 +0200
releng: add timestamp property for reproducible builds
automatically increased with each release
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2aacf16..4fc8d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,10 @@
UserManager.
</description>
+ <properties>
+
<project.build.outputTimestamp>2020-07-27T15:10:15Z</project.build.outputTimestamp>
+ </properties>
+
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git</developerConnection>