Upgraded antrun plugin for JaCoCo to 1.6 83/19983/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Sun, 22 Oct 2017 11:10:41 +0000 (14:10 +0300)
committervempo <vitaliy.emporopulo@amdocs.com>
Sun, 22 Oct 2017 11:11:54 +0000 (14:11 +0300)
Change-Id: Ia3b55ae0431dd3fc2e44ed93619aae1549137f37
Issue-ID: SDC-486
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
onboarding/pom.xml
openecomp-be/pom.xml

index 5bd0f3a..f0a2edc 100644 (file)
@@ -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>
index e09fe8c..442b7de 100644 (file)
             <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>