X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=champ-service%2Fpom.xml;h=14140c773e6ea0a31434d2927a0df8e567eb8187;hb=6f3063de3909f091afd7fb8e08ddcf59fe19c5a0;hp=b5294e32bb9d17c0d07684b821a1abece74c1ea4;hpb=7ac44deeadeca2a3f49643d2e5098deef1af8503;p=aai%2Fchamp.git diff --git a/champ-service/pom.xml b/champ-service/pom.xml index b5294e3..14140c7 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,18 +24,17 @@ limitations under the License. 4.0.0 - org.onap.oparent - oparent - 1.1.0 + org.onap.aai + champ + 1.3.0-SNAPSHOT - org.onap.aai + org.onap.aai.champ champ-service - 1.2.0-SNAPSHOT - champ ${basedir}/target + champ https://nexus.onap.org org.onap.aai.logging-service 1.2.2 @@ -160,9 +159,9 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} compile @@ -290,22 +289,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - com.mycila license-maven-plugin @@ -334,10 +317,17 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub - ${docker.push.registry}/onap/${project.name} + ${docker.push.registry}/onap/${docker.name} ${docker.location} latest @@ -345,6 +335,21 @@ limitations under the License. true + + + org.apache.maven.plugins + maven-deploy-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + org.apache.maven.plugins + maven-site-plugin +