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/02/14 20:41:48 UTC

[maven-site-plugin] branch master updated: [MSITE-855] 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-site-plugin.git


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

commit daa2cf29f99aaf21214cbb0184d584d9694dc670
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Feb 14 21:41:43 2020 +0100

    [MSITE-855] make build Reproducible
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e727689..cd1f8a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath />
   </parent>
 
@@ -210,6 +210,7 @@ under the License.
     <pmdPluginVersion>3.11.0</pmdPluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
     <surefirePluginVersion>2.22.1</surefirePluginVersion>
+    <project.build.outputTimestamp>2020-02-14T20:39:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
@@ -547,6 +548,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.2</version><!-- TODO remove when upgrading parent to 35 -->
         <executions>
           <execution>
             <phase>package</phase>