summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2017-10-22 14:10:41 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2017-10-22 14:11:54 +0300
commit31a7a92ba952d2d8deadde516777f18b727f58cd (patch)
treece6eba3be995d1a767baae279a5cf9334352e40e
parent56f02056947bd1bfd4310c86401113062cf3a74e (diff)
Upgraded antrun plugin for JaCoCo to 1.6
Change-Id: Ia3b55ae0431dd3fc2e44ed93619aae1549137f37 Issue-ID: SDC-486 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
-rw-r--r--onboarding/pom.xml1
-rw-r--r--openecomp-be/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index 5bd0f3a106..f0a2edcd75 100644
--- a/onboarding/pom.xml
+++ b/onboarding/pom.xml
@@ -33,6 +33,7 @@
<mvn.surefire.version>2.19.1</mvn.surefire.version>
<mvn.swagger.version>3.1.0</mvn.swagger.version>
<mvn.war.version>2.1.1</mvn.war.version>
+ <mvn.antrun.version>1.8</mvn.antrun.version>
<!-- Onboarding artifacts version -->
<openecomp.sdc.common.version>${project.version}</openecomp.sdc.common.version>
diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml
index e09fe8cbed..442b7dec15 100644
--- a/openecomp-be/pom.xml
+++ b/openecomp-be/pom.xml
@@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>${mvn.antrun.version}</version>
<executions>
<execution>
<phase>post-integration-test</phase>