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/02 01:53:36 UTC

[maven-shade-plugin] branch master updated: [MSHADE-347] 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-shade-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fa5af7  [MSHADE-347] make build Reproducible
2fa5af7 is described below

commit 2fa5af713c46db5633c0e19f16e14188cc968db1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Feb 1 17:52:19 2020 -0800

    [MSHADE-347] make build Reproducible
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d32b6db..62819a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>33</version>
+    <version>34</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -69,6 +69,7 @@
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
     <asmVersion>7.2</asmVersion>
+    <project.build.outputTimestamp>2020-02-01T19:03:59Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -242,7 +243,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>