You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/05/23 08:31:43 UTC

[maven-artifact-transfer] 01/01: [MSHARED-889] - Remove explicit version for maven-shade-plugin

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

khmarbaise pushed a commit to branch MSHARED-889
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 102dd7e9577c1191b55202a8439995e0fdc30473
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat May 23 10:31:29 2020 +0200

    [MSHARED-889] - Remove explicit version for maven-shade-plugin
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed02fe7..96a102a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,10 +97,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <!--
-         ! explicit overwrite cause otherwise we get an 2.4.3...instead. 
-         -->
-        <version>3.1.0</version>
         <executions>
           <execution>
             <phase>package</phase>