Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-01-06 15:00:46 +0000
committerAlexander Kurtakov2017-01-06 15:04:05 +0000
commit4195a3535ab622157d7f7f6b791abc70345018ab (patch)
tree50bbbdf8afd1903aaab4542fbd9a62d44f56f177 /eclipse-platform-parent/pom.xml
parent9ec3fc2fc6f96025b0205c9eb8d8ed85d066f5aa (diff)
downloadeclipse.platform.releng.aggregator-4195a3535ab622157d7f7f6b791abc70345018ab.tar.gz
eclipse.platform.releng.aggregator-4195a3535ab622157d7f7f6b791abc70345018ab.tar.xz
eclipse.platform.releng.aggregator-4195a3535ab622157d7f7f6b791abc70345018ab.zip
Bug 510014 - Move to maven-resources-plugin 3.0.2
This resources plugin version is Maven 3 plugin now and reduces excessive output. Change-Id: I2d7ab6d9fcdc24c566fad6293e6e43ae78031631 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 243d63d5f..41865542b 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -586,7 +586,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.7</version>
+ <version>3.0.2</version>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>

Back to the top