summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-06-12 14:38:05 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-06-21 18:34:25 +0000
commitf37368e2c2e3fe12a8b28ef5c0b536aaedd696b9 (patch)
treefb21843836429ea387d47df5816cd4e9070f8426
parent60b6c81ad8504f9a23e93c97fdb4d689cd1418c6 (diff)
pom.xml: Updating maven-dependency-plugin versionrelease-1.0.0
CLM creashes after executing the tree goal. After looking online, looks like vesion 2.8 of maven-dependency-plugin can be compatible with the migration to Eclipse Aether (MNG-5354). Change-Id: Iff2a94a4944adf2a01e0c9a70eeccdac02ea70ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> (cherry picked from commit faa407b9cd0430c1e6b8b668392fe5e33f792432)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2166f0b..4a61caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.5.1</version>
+ <version>2.8</version>
<executions>
<execution>
<id>copy-agent</id>