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:15 UTC

[maven-gpg-plugin] branch MGPG-77 created (now 70bc29d)

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

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


      at 70bc29d  [MGPG-77] prepare Reproducible build: still requires reproducible m-shade-p

This branch includes the following new commits:

     new 70bc29d  [MGPG-77] prepare Reproducible build: still requires reproducible m-shade-p

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by hb...@apache.org.
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>