You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/07/15 16:58:01 UTC

[sling-org-apache-sling-scripting-spi] branch master updated: add timestamp property for reproducible builds

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-scripting-spi.git


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

commit 9ee8e3c77538e2218d15d54d42c4085403005ac7
Author: Eric Norman <en...@apache.org>
AuthorDate: Thu Jul 15 09:57:26 2021 -0700

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

diff --git a/pom.xml b/pom.xml
index 16a9773..0cadddd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,11 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-spi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-spi.git</url>
       <tag>HEAD</tag>
-  </scm>
+    </scm>
+
+    <properties>
+        <project.build.outputTimestamp>2021-06-07T17:05:54Z</project.build.outputTimestamp>
+    </properties>
 
     <build>
         <plugins>