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:10:20 UTC

[maven-resources-plugin] branch master updated: [MRESOURCES-256] 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-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bf02e91  [MRESOURCES-256] make build Reproducible
bf02e91 is described below

commit bf02e9136d41db10a171fd6601177879cdd73957
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:09:53 2020 +0200

    [MRESOURCES-256] make build Reproducible
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab563eb..28d11cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
@@ -72,6 +72,7 @@ under the License.
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>