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/04/07 21:34:30 UTC

[maven-changes-plugin] branch master updated: [MCHANGES-408] make build Reproducible

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-changes-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 13929b8  [MCHANGES-408] make build Reproducible
13929b8 is described below

commit 13929b8bf979a5d3c59a3eeec047b85e522ddcd7
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:34:22 2020 +0200

    [MCHANGES-408] make build Reproducible
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d0186c3..b5a6002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@ under the License.
     <mavenVersion>3.0.5</mavenVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
     <wagonVersion>2.4</wagonVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>