X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6c8968303ccc8d6899d127ff039e6e7ad3347aec;hb=78c6be8db2ed2fc7aab3c15a629c6dedfde99381;hp=776dd916dad7548f7ba07e05c6918ba6976b3c9c;hpb=c20301d688d183fb7911ff5c346c88b174df37f1;p=aai%2Fbabel.git diff --git a/pom.xml b/pom.xml index 776dd91..6c89683 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,10 @@ com.att.ajsc 2.0.0 - org.onap.aai + org.onap.aai.babel babel 2.0.0-SNAPSHOT + aai-babel babel-service @@ -39,7 +40,7 @@ workstation DEV google_checks.xml - https://nexus.onap.org + /content/sites/site/org/onap/aai/babel/${project.artifactId}/${project.version} 1.1.0 @@ -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 @@ -172,9 +174,38 @@ + + + ecomp-staging + ECOMP Staging Repository + ${onap.nexus.url}/content/repositories/staging/ + + + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + - + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + org.codehaus.mojo cobertura-maven-plugin @@ -264,6 +295,21 @@ + + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.location} + + latest + + true + +