summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-10-16 11:50:13 +0200
committerGitHub <noreply@github.com>2017-10-16 11:50:13 +0200
commit037b864fd627b128a6f54b86cd520b1ef1e83d4a (patch)
treed3b9043426b4c9d13dbeee9109a29698cd73e02b
parent30229f81ab0e6af9842a8feffe8f0b5be974952f (diff)
parent7aae54c61cb4579affe4bd753ee22e3622b2ea41 (diff)
Merge pull request #3756 from vespa-engine/bjorncs/screwdriver
Use maven-dependency-plugin 2.10
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 80ff9f1f905..ad20338f62d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.8</version>
+ <version>2.10</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>