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/06/11 06:10:13 UTC

[maven-reporting-exec] branch master updated: [MSHARED-923] upgrade m-shade-p to 3.2.2 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-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new e0299e6  [MSHARED-923] upgrade m-shade-p to 3.2.2 to get Reproducible Build
e0299e6 is described below

commit e0299e694ecec5fd73fb2f82974a455d611d4de6
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Jun 11 08:10:09 2020 +0200

    [MSHARED-923] upgrade m-shade-p to 3.2.2 to get Reproducible Build
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1dee531..e165ac2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,6 +280,7 @@
       <plugin><!-- shade Xpp3DomUtils that does not require Xpp3Dom.getInputLocation(): see MSHARED-921 -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.4</version><!-- TODO remove version once parent POM upgraded to 35 -->
         <executions>
           <execution>
             <phase>package</phase>