Merge "Upgraded antrun plugin for JaCoCo to 1.6"
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index 5bd0f3a..f0a2edc 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 e09fe8c..442b7de 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>