X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b31a08adc35bed7c44c887f8e58ad422f6198a67;hb=bf72b3396c4a29568ed4093e6cda52c69f322eb7;hp=fe024fd7fc003d79b0fe6a80ce1996653ed54d3f;hpb=2e0f4f0a4673cf8dd08f28b7125113b7aedbdb1d;p=dmaap%2Fdatarouter.git diff --git a/pom.xml b/pom.xml index fe024fd7..b31a08ad 100755 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,11 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 - 2.1.1-SNAPSHOT + 2.1.4-SNAPSHOT UTF-8 1.8 1.8 @@ -48,10 +48,8 @@ java false - jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - ${project.build.directory}/coverage-reports/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml ${project.version} false @@ -61,15 +59,15 @@ yyyyMMdd'T'HHmmss'Z' - 9.4.14.v20181114 + 9.4.20.v20190813 1.5.5 4.0.1 1.2.3 - 2.1.10 + 2.1.15 1.13 1.5 - 0.28.0 - 1.23 + 0.33.0 + 2.2.54 2.4 2.6 4.4 @@ -198,6 +196,7 @@ org.sonatype.http-testing-harness junit-runner ${junit-runner.version} + test org.databene @@ -434,6 +433,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +