aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-23 14:37:33 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-24 08:02:00 +0700
commit86a026c81399be570d96a4ceb901dcd5c649c60e (patch)
tree01e6e4b33a98d22db2465c50e579d2275a3d1e2a /pom.xml
parent35a99d625f957c378496ea55ccf2f0adaefae55d (diff)
downloadaspectj-86a026c81399be570d96a4ceb901dcd5c649c60e.tar.gz
aspectj-86a026c81399be570d96a4ceb901dcd5c649c60e.zip
Upgrade Maven Shade Plugin to 3.2.4.MSHADE-252-391
Unfortunately, the issues fixed in the aspectj.dev fork are still not available upstream (MSHADE-252 is merged, but unreleased, MSHADE-391 is in review). Also use Maven Javadoc Plugin version from parent POM. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
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>