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/01 18:11:16 UTC

[maven-gpg-plugin] 01/01: [MGPG-77] prepare Reproducible build: still requires reproducible m-shade-p

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MGPG-77
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git

commit 70bc29df564fd97bd40cc0f92bdad69496915cea
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Feb 1 10:11:03 2020 -0800

    [MGPG-77] prepare Reproducible build: still requires reproducible m-shade-p
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7e01980..272aea1 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>
     <relativePath/>
   </parent>
 
@@ -64,6 +64,7 @@ under the License.
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-02-01T18:31:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>