X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;h=3ba6fe043aac2a50978995acfb26f37d0360ac4f;hb=d24b9671b91935c49602c5793c67e0b1c1607353;hp=10e84dd9015b070b98f8bbdbea422ebed88e1096;hpb=25ad13ea1ca5c3f648cafb17bd7cad65f15e3326;p=aai%2Fsearch-data-service.git diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 10e84dd..3ba6fe0 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 - + 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} + + + + + +