You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/07/25 06:25:47 UTC

[maven-shared-utils] branch master updated: [MSHARED-879] add dedicated output timestamp for Reproducible Builds

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 683465b  [MSHARED-879] add dedicated output timestamp for Reproducible Builds
683465b is described below

commit 683465b5052c476c1e1184e5b39c7f24d1fe1187
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jul 25 08:25:38 2020 +0200

    [MSHARED-879] add dedicated output timestamp for Reproducible Builds
    
    without this, inherited value from parent is used: it works for getting
    Reproducible Builds, but is not as accurate as value from current POM
    that is updated during release process
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c2c6a7f..5512698 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
 
   <properties>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
-
+    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.1.0</mavenVersion>
   </properties>