aboutsummaryrefslogtreecommitdiffstats
path: root/snmpmapper/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-02 22:31:30 -0400
committerLusheng Ji <lji@research.att.com>2018-05-02 22:31:37 -0400
commit90072f126133c75c0b4799cc893c8d6893014edb (patch)
treef079c488e1ea41a1a79d41cd17a9bc227a3f9915 /snmpmapper/pom.xml
parentf9c6ffed1f2ee33fe4f5bde9787d41f3eb22c6eb (diff)
Make docker tags shorter
Issue-ID: DCAEGEN2-486 Change-Id: I9dc2e59c07c9f7f054a012aaa53a2ff1048084ab Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'snmpmapper/pom.xml')
-rw-r--r--snmpmapper/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml
index efa04bb..32e6b7e 100644
--- a/snmpmapper/pom.xml
+++ b/snmpmapper/pom.xml
@@ -109,7 +109,7 @@
<version>${docker.maven.version}</version>
<configuration>
<skipDockerBuild>false</skipDockerBuild>
- <imageName>${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}</imageName>
+ <imageName>${onap.nexus.dockerregistry.daily}/onap/org.onap.dcaegen2.mapper.${project.artifactId}</imageName>
<baseImage>openjdk:8-jre</baseImage>
<entryPoint>["java", "-jar", "/opt/${project.build.finalName}.jar", "server"]</entryPoint>
<resources>