You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/04/03 17:48:34 UTC

[maven-verifier] branch master updated: Add property project.build.outputTimestamp for reproducible builds

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git


The following commit(s) were added to refs/heads/master by this push:
     new 8090331  Add property project.build.outputTimestamp for reproducible builds
8090331 is described below

commit 80903310d2f94d9aa6d9a0af44676757ad85d588
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Apr 3 19:48:26 2020 +0200

    Add property project.build.outputTimestamp for reproducible builds
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ed51cc8..2f7c25f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
 
   <properties>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-03T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>