Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-23 08:03:03 +0000
committerAlexander Kurtakov2018-05-29 15:49:44 +0000
commitdc0f7f3c9186a1b0c3a11a0a1eb50bcf48fecee3 (patch)
treebd215d9446f327149efa995b94c79fa20611d6ca /eclipse-platform-parent/pom.xml
parente4307ed27115227065fea6efb100168ace7c1cf0 (diff)
downloadeclipse.platform.releng.aggregator-dc0f7f3c9186a1b0c3a11a0a1eb50bcf48fecee3.tar.gz
eclipse.platform.releng.aggregator-dc0f7f3c9186a1b0c3a11a0a1eb50bcf48fecee3.tar.xz
eclipse.platform.releng.aggregator-dc0f7f3c9186a1b0c3a11a0a1eb50bcf48fecee3.zip
Bug 534986 - Use maven-resources-plugin 3.1.0
Change-Id: I2428425229e0309bfb372e789bb61dad88e2c6e1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 326fbaa06..0042d0c21 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -588,7 +588,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.0.2</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>

Back to the top