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/08 19:58:13 UTC

[maven-plugin-testing] branch master updated: [MPLUGINTESTING-66] 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-plugin-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 277152d  [MPLUGINTESTING-66] make build Reproducible
277152d is described below

commit 277152d1ac40966ccf492388d636e932fe8dee75
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 21:58:01 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 3777a6d..b799f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>33</version>
+    <version>34</version>
     <relativePath/>
   </parent>
 
@@ -148,6 +148,7 @@ under the License.
     <plexusVersion>1.5.5</plexusVersion>
     <maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>