summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-11-20 15:29:12 -0500
committersunil unnava <sunil.unnava@att.com>2018-11-20 15:29:33 -0500
commit97d04ee738fca52d34b83a144a13dbeb1d1820c1 (patch)
tree86fab3a9d1756b46851c5ae6fc26754960a4e25a /pom.xml
parent5e3d91f7a9a7bb260cbe6bd204e6bd2afb05a8bc (diff)
creates the Zookeeper image
Issue-ID: DMAAP-888 Change-Id: I955009a5e16c5fc543911496d581d5f49e2172cd Signed-off-by: sunil unnava <sunil.unnava@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e137bed..71608e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
</goals>
<configuration>
<image>onap/dmaap/zookeeper</image>
- <newName>${docker.push.registry}/onap/dmaap/zookeeper1:${zookeeperImg}</newName>
+ <newName>${docker.push.registry}/onap/dmaap/zookeeper:${zookeeperImg}</newName>
<skipDockerTag>${skip.docker.push}</skipDockerTag>
</configuration>
</execution>