X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;h=978b0c5e395fcec34e12ba2f5281356e6638b3e3;hb=22471531491355235b0dd22518d3f967b8094290;hp=10e84dd9015b070b98f8bbdbea422ebed88e1096;hpb=a084a87aef0e6f81aad124395b48ce1daafd0f4f;p=aai%2Fsearch-data-service.git diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 10e84dd..978b0c5 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,12 +27,12 @@ spring-boot-starter-parent org.springframework.boot - 1.5.18.RELEASE + 1.5.20.RELEASE org.onap.aai.search-data-service search-data-service-app - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT AAI Search Data Service Application @@ -51,6 +51,7 @@ false ${project.version} + 0.58 @@ -394,13 +395,16 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + org.codehaus.mojo @@ -426,6 +430,28 @@ + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +