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/13 21:41:10 UTC

[maven-gpg-plugin] branch MGPG-77 updated (70bc29d -> 6741146)

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.


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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (70bc29d)
            \
             N -- N -- N   refs/heads/MGPG-77 (6741146)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-gpg-plugin] 01/01: [MGPG-77] prepare Reproducible build

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 6741146b839da82663a6e7b114ea198d9c23ae93
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Feb 1 10:11:03 2020 -0800

    [MGPG-77] prepare Reproducible build
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e01980..3bc04b2 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>
@@ -165,7 +166,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>3.2.1</version>
+        <version>3.2.2</version>
         <executions>
           <execution>
             <goals>