Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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