summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2019-02-13 18:29:13 -0500
committersunil unnava <sunil.unnava@att.com>2019-02-13 18:43:39 -0500
commit5515b4595edcd336e2a1f5eb98b810375556ef18 (patch)
tree48a4c283acf59a548541e387f2a7c2978f173387
parentd566f9c26bd707725841d31def71a6d41a8db706 (diff)
fix the typo
Issue-ID: DMAAP-1042 Change-Id: Ifaeae9acf4f772551fe8720e1e164fde46503ca2 Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 582dd27..e51f69f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
</goals>
<configuration>
<image>onap/dmaap/zookeeper</image>
- <newName>${docker.push.registry}/onap/dmaap/zookeeper:${dockertag2}}</newName>
+ <newName>${docker.push.registry}/onap/dmaap/zookeeper:${dockertag2}</newName>
<skipDockerTag>${skip.docker.push}</skipDockerTag>
</configuration>
</execution>