aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index dbcc71bae..5781ac74b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,8 +261,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <!-- TODO: upgrade after https://issues.apache.org/jira/browse/MSHADE-366 is fixed -->
- <version>3.2.4</version>
+ <!--
+ TODO: Replace by release in which
+ - https://issues.apache.org/jira/browse/MSHADE-252,
+ - https://issues.apache.org/jira/browse/MSHADE-391,
+ - https://issues.apache.org/jira/browse/MSHADE-366 are fixed.
+ -->
+ <version>3.2.4.MSHADE-252-391</version>
<configuration>
<createSourcesJar>true</createSourcesJar>
<createDependencyReducedPom>false</createDependencyReducedPom>