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 2021/05/21 21:43:25 UTC

[maven-artifact-transfer] branch master updated: upgrade maven-shade-plugin to 3.2.4 to get Reproducible Build

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-artifact-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new c2106c0  upgrade maven-shade-plugin to 3.2.4 to get Reproducible Build
c2106c0 is described below

commit c2106c0500cc7c70c27581f117bf86e6185073c6
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri May 21 23:42:35 2021 +0200

    upgrade maven-shade-plugin to 3.2.4 to get Reproducible Build
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0b1b505..6d0b23d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.4</version><!-- TODO remove when parent upgraded to 35 -->
         <executions>
           <execution>
             <phase>package</phase>