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 2020/03/09 18:48:51 UTC

[sling-org-apache-sling-commons-johnzon] branch master updated: add properties for 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-commons-johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new dda9ca3  add properties for reproducible build
dda9ca3 is described below

commit dda9ca32fe8b833e17d3ccfea394bc57ce3021d4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Mar 9 19:48:41 2020 +0100

    add properties for reproducible build
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a987e78..35b585e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,11 @@
     <name>Apache Sling Commons Johnzon Wrapper Library</name>
     <description>Apache Johnzon powered javax.json library</description>
 
+    <properties>
+        <sling.java.version>8</sling.java.version>
+        <project.build.outputTimestamp>2020-02-25T13:37:42Z</project.build.outputTimestamp>
+    </properties>
+
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git</developerConnection>