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/04/14 11:46:44 UTC

[maven-apache-parent] branch master updated: updated maven-shade-plugin for better Reproducible Builds

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-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ea8b5f  updated maven-shade-plugin for better Reproducible Builds
6ea8b5f is described below

commit 6ea8b5f7acce9a2d0c797351484b793b04ff445f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 14 13:46:40 2020 +0200

    updated maven-shade-plugin for better Reproducible Builds
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7abb5d1..89f4c56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.2.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>