aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGautam Shah <gautams@amdocs.com>2018-05-29 13:43:49 +0530
committerOren Kleks <orenkle@amdocs.com>2018-05-29 10:10:02 +0000
commite1e4f69030a34ebdbe65e72f8ff5fa25ea8e82bc (patch)
tree5b1dd98bdb50047c2273e95b6c3d6c34d4c2bd9f
parentdaf0dfe8308a259d168734d3fe98212cadad1a9e (diff)
Onboarding build optimization incl Qual Control
changing plugin version from 3.1.0 to 2.8 Change-Id: I7455a87809901f62432d46bc2e039888a4cb54a2 Issue-ID: SDC-1189 Signed-off-by: GAUTAMS <gautams@amdocs.com>
-rw-r--r--common/pom.xml2
-rw-r--r--onboarding/pom.xml2
-rw-r--r--openecomp-be/pom.xml2
-rw-r--r--openecomp-be/tools/build-data-helper/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 0069b1d682..3233dbee4b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -203,7 +203,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.0</version>
+ <version>${maven.dependency.version}</version>
<executions>
<execution>
<id>id1</id>
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index 2383b39e74..1ee70c4886 100644
--- a/onboarding/pom.xml
+++ b/onboarding/pom.xml
@@ -38,7 +38,7 @@
<mvn.license.version>1.10</mvn.license.version>
<mvn.shade.version>2.3</mvn.shade.version>
<mvn.surefire.version>2.19.1</mvn.surefire.version>
- <maven.dependency.version>3.1.0</maven.dependency.version>
+ <maven.dependency.version>2.8</maven.dependency.version>
<mvn.swagger.version>3.1.0</mvn.swagger.version>
<mvn.war.version>2.1.1</mvn.war.version>
<maven-core.version>3.5.3</maven-core.version>
diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml
index 22c23d4b57..fe933b797c 100644
--- a/openecomp-be/pom.xml
+++ b/openecomp-be/pom.xml
@@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.0</version>
+ <version>${maven.dependency.version}</version>
<executions>
<execution>
<id>id1</id>
diff --git a/openecomp-be/tools/build-data-helper/pom.xml b/openecomp-be/tools/build-data-helper/pom.xml
index a5f55c3f59..b2e800805d 100644
--- a/openecomp-be/tools/build-data-helper/pom.xml
+++ b/openecomp-be/tools/build-data-helper/pom.xml
@@ -53,7 +53,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.0</version>
+ <version>${maven.dependency.version}</version>
<executions>
<execution>
<id>id1</id>