Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-23 17:56:07 +0000
committerAlexander Kurtakov2018-04-23 17:56:07 +0000
commit0e309629392c07c68913a95ce35fb47c690f9d8a (patch)
treea3325fdf0e07a42e44b24825d8f8eb97c9306a55 /eclipse-platform-parent
parentc7e92dae4abf8b34cf1968c92403335397b4472e (diff)
downloadeclipse.platform.releng.aggregator-0e309629392c07c68913a95ce35fb47c690f9d8a.tar.gz
eclipse.platform.releng.aggregator-0e309629392c07c68913a95ce35fb47c690f9d8a.tar.xz
eclipse.platform.releng.aggregator-0e309629392c07c68913a95ce35fb47c690f9d8a.zip
Bug 533951 - Update maven clean plugin to 3.1.0
Change-Id: I464df2a222a95876e92101afad59dc3e441baa22 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 f98a0ff78..9acd58589 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -583,7 +583,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Back to the top