X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=artifactbroker%2Fpom.xml;h=4516ca2385083731f41139edf569185d031aeb94;hb=7351cde6316dc9524bbc6856924456525802f9e1;hp=da6b1d3484f694ab4bc6752e3dbdec52ccba0e86;hpb=2cf6469e7af254a65f4fde20b2ef61efad32cd57;p=multicloud%2Fframework.git diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index da6b1d3..4516ca2 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -17,12 +17,12 @@ org.onap.multicloud.framework multicloud-framework - 1.3.0-SNAPSHOT - + 1.5.2-SNAPSHOT 4.0.0 + org.onap.multicloud.framework multicloud-framework-artifactbroker - 1.3.0-SNAPSHOT + 1.5.2-SNAPSHOT pom multicloud-framework-artifactbroker artifact broker @@ -33,6 +33,11 @@ https://nexus.onap.org 1.2.3 1.3.4 + 1.3.5 + java + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + model @@ -127,6 +132,36 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + 3.0.5 + + + 11 + + + + + + org.jacoco jacoco-maven-plugin @@ -137,7 +172,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} true @@ -148,7 +183,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -185,6 +220,13 @@ + + org.codehaus.mojo + versions-maven-plugin + + false + + @@ -207,7 +249,7 @@ prepare-agent - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths} @@ -217,7 +259,7 @@ report - ${sonar.jacoco.reportPath} + ${sonar.coverage.jacoco.xmlReportPaths}