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 <khmarba...@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>