X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bee5d2a72d6c2d6dd227a4d79c5ce28fffa72ebb;hb=319d1d7187626895370b09efcbe8734205b47ea3;hp=251e63c826446b0176519f53490544d15b797e24;hpb=c782aa5250b32e8aa3c7ecd088f47fd87334a8ef;p=aai%2Frest-client.git diff --git a/pom.xml b/pom.xml index 251e63c..bee5d2a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,12 @@ org.onap.oparent oparent - 1.2.1 + 2.0.0 org.onap.aai rest-client - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-rest-client @@ -42,6 +42,7 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 0.84 @@ -55,7 +56,7 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 @@ -151,18 +152,10 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - + + org.apache.maven.plugins + maven-deploy-plugin - org.codehaus.mojo sonar-maven-plugin @@ -173,7 +166,7 @@ jacoco-maven-plugin 0.7.7.201606060606 - true + true @@ -186,6 +179,28 @@ + + default-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +