You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by jb...@apache.org on 2021/11/21 17:46:22 UTC

[felix-dev] branch master updated: add local reproducible build timestamp

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new dd30325  add local reproducible build timestamp
     new 8aafe4a  Merge pull request #119 from hboutemy/patch-3
dd30325 is described below

commit dd30325c95ad16a09ea3552fad21746caa074247
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Nov 13 14:42:50 2021 +0100

    add local reproducible build timestamp
---
 healthcheck/core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/healthcheck/core/pom.xml b/healthcheck/core/pom.xml
index fb0fdf9..5a48bcb 100644
--- a/healthcheck/core/pom.xml
+++ b/healthcheck/core/pom.xml
@@ -44,6 +44,7 @@
         <org.ops4j.pax.logging.DefaultServiceLog.level>INFO</org.ops4j.pax.logging.DefaultServiceLog.level>
         <felix.shell>false</felix.shell>
         <project.bundle.file>${project.build.directory}/${project.build.finalName}.jar</project.bundle.file>
+        <project.build.outputTimestamp>10</project.build.outputTimestamp>
     </properties>
 
     <scm>