X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;h=98fce2a5c97ec29f20a3b75c1bd2ec692ec115f2;hb=48835b19ca7c475f422e782a62ddfb02b8234a95;hp=c1f2c6a0e4f520b71e8f968bbd3d85a056c66100;hpb=57ccc376054d09367dc4bf8855adea1f19a87b3f;p=aai%2Fsearch-data-service.git diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index c1f2c6a..98fce2a 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,7 +27,7 @@ spring-boot-starter-parent org.springframework.boot - 1.5.18.RELEASE + 1.5.20.RELEASE org.onap.aai.search-data-service @@ -37,6 +37,7 @@ ${basedir}/target + search-data-service https://nexus.onap.org 1.8 ${basedir}/src/main/java-gen @@ -50,6 +51,7 @@ false ${project.version} + 0.58 @@ -293,7 +295,7 @@ true docker-hub - ${docker.push.registry}/onap/${project.artifactId} + ${docker.push.registry}/onap/${docker.image.name.suffix} ${docker.location} latest @@ -425,6 +427,28 @@ + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +