diff options
author | Alexander Kurtakov | 2019-12-13 11:40:54 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2019-12-13 11:41:07 +0000 |
commit | 30e96d06bce747a88698342901c1713e1e9bac35 (patch) | |
tree | 2cd9b7dc3efcf0d2666ecde053dfbdff283ad92d | |
parent | cea2d8fd49a07cf6113b7c3eec079e18e9e0b455 (diff) | |
download | eclipse.platform.releng.aggregator-30e96d06bce747a88698342901c1713e1e9bac35.tar.gz eclipse.platform.releng.aggregator-30e96d06bce747a88698342901c1713e1e9bac35.tar.xz eclipse.platform.releng.aggregator-30e96d06bce747a88698342901c1713e1e9bac35.zip |
Use maven assembly plugin 3.2.0.
Changelog available at
http://mail-archives.apache.org/mod_mbox/maven-announce/201708.mbox/%3C20170816190413.623A91912C@minotaur.apache.org%3E
Change-Id: I6ec477c4d820df9c91b10cff13d72fbafd2768b9
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | eclipse-platform-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index f1334b65c..98414a411 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -556,7 +556,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |