From: Mohammed Naser Date: Mon, 16 Apr 2018 20:20:22 +0000 (-0700) Subject: Drop registry prefix from pom.xml X-Git-Tag: v1.2.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=commitdiff_plain;h=1227efa25a23815c7c943c5d50da561bf369cd5d Drop registry prefix from pom.xml The registry prefix is not needed as when things get published the maven plugin automatically prefixes them when you supply it as part of the maven arguments. Change-Id: I18aa3f62446b3a16924e2d3733e294bb98dd33b4 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser --- diff --git a/pom.xml b/pom.xml index 1de7e4c..752ae2d 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ true docker-hub - ${docker.push.registry}/onap/${project.artifactId} + onap/${project.artifactId} ${docker.location} latest