aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-07-03 13:10:43 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-07-03 20:13:27 +0000
commit0fc5a2bc46c700b5b3805ca38fd43a3fee40ea7d (patch)
treeaf8ea9f4bb05f17826fe70002905f465dbe6ec0d
parentd82cc20da6a51354cbe495c717bb1dc8c0b1a77e (diff)
aai-service: Force maven-dependency-plugin versionrelease-1.0.0
The root pom is pointing to the correct maven-dependency-plugin version, but we also needed to add this in the submodules pom files Change-Id: I0aa7cdc547d154d1a5ca1438edb9738c42d0d81a Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--aai-schema/pom.xml1
-rw-r--r--ajsc-aai/pom.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 5bb903b..36ff062 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -80,6 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <version>2.8</version>
<executions>
<execution>
<id>unpack-schema-dependency</id>
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 2a89bfa..424b41f 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -540,7 +540,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>
@@ -565,6 +565,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <version>2.8</version>
<executions>
<execution>
<id>unpack-schema-dependency</id>