X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6c8968303ccc8d6899d127ff039e6e7ad3347aec;hb=5b2bfbb0572909ea745f0e86c86e1479bfb81e22;hp=894f36ea126aa578a332ab6898e4a0dc292a7d08;hpb=d9c87883ef5ac7601dbd67372cc4562e139609ed;p=aai%2Fbabel.git diff --git a/pom.xml b/pom.xml index 894f36e..6c89683 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ org.onap.aai.babel babel 2.0.0-SNAPSHOT + aai-babel babel-service @@ -53,10 +54,11 @@ 1.1.9 1.10.19 1.6.2 - 1.1.32-SNAPSHOT + 1.1.32 1.18 0.7.9 https://nexus.onap.org + ${basedir}/target @@ -199,7 +201,11 @@ - + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + org.codehaus.mojo cobertura-maven-plugin @@ -289,6 +295,21 @@ + + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.location} + + latest + + true + +