Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-11-06 11:41:47 +0000
committerAlexander Kurtakov2014-11-06 13:55:21 +0000
commitcd7f6b6f57b564a6c0813454332100786f8332ea (patch)
tree23183bdd193d9e57ac934a87c0ef566856eee906 /pom.xml
parent6170ef08dc7c6ee984e5113c3508bb06f713e64d (diff)
downloadorg.eclipse.linuxtools-cd7f6b6f57b564a6c0813454332100786f8332ea.tar.gz
org.eclipse.linuxtools-cd7f6b6f57b564a6c0813454332100786f8332ea.tar.xz
org.eclipse.linuxtools-cd7f6b6f57b564a6c0813454332100786f8332ea.zip
releng: Bump maven-resources-plugin to 2.7.
Changelog is http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&version=18645 but most important thing is that it will no longer fetch the pre Maven 2.2.1 world. Change-Id: Ife40d45a025da84a8512afa38165e0a33d229b27 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/36018 Tested-by: Hudson CI
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 75fb42f639..8419cef93e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>

Back to the top