Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2017-03-06 05:19:15 +0000
committerMatthias Sohn2017-03-08 22:14:28 +0000
commita2fc0d7749d481be796a09ff55016dc3d781f44f (patch)
treee91bd9c1d71ac81b7984fec15415c0d8ae579b8c
parent88565d16814ced2128605968b1272400ef8c5cb1 (diff)
downloadegit-a2fc0d7749d481be796a09ff55016dc3d781f44f.tar.gz
egit-a2fc0d7749d481be796a09ff55016dc3d781f44f.tar.xz
egit-a2fc0d7749d481be796a09ff55016dc3d781f44f.zip
Upgrade maven-resources-plugin to version 3.0.2
Change-Id: Iaeef7153aa12061c5b81b9f397a9b1396d4805b2 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e7bf489845..0807dae93d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
+ <version>3.0.2</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>

Back to the top