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 <[email protected]>
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>

Reply via email to