Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-07-02 07:03:36 +0000
committerAlexander Kurtakov2020-07-05 17:13:46 +0000
commit8840dec3f72ca6966b069544ab43c80abf5c357a (patch)
treed4a15151a156265642c43da646e8d71ed668d2f0
parenta8524cc62eae31f2c23a313a4da23acffc1242b3 (diff)
downloadeclipse.platform.releng.aggregator-8840dec3f72ca6966b069544ab43c80abf5c357a.tar.gz
eclipse.platform.releng.aggregator-8840dec3f72ca6966b069544ab43c80abf5c357a.tar.xz
eclipse.platform.releng.aggregator-8840dec3f72ca6966b069544ab43c80abf5c357a.zip
Build with maven-assembly-plugin 3.3.0.
Change-Id: Iac6e882623c34924517d86d5cfad9873f217e483 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 0c9e1d05d..42c4e5e9d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -547,7 +547,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top