X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=search-data-service-app%2Fpom.xml;h=978b0c5e395fcec34e12ba2f5281356e6638b3e3;hb=22471531491355235b0dd22518d3f967b8094290;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..978b0c5 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,16 +27,17 @@ 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 ${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 @@ -393,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 @@ -425,6 +430,28 @@ + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +