diff options
author | dfarrelly <david.farrelly@est.tech> | 2019-07-30 13:22:30 +0000 |
---|---|---|
committer | dfarrelly <david.farrelly@est.tech> | 2019-07-30 13:22:30 +0000 |
commit | b206a09a4bf53ddd11ac2f55eef8906a44d829ae (patch) | |
tree | b4f627e517554d16271f52f5fd5e1d95aa4530e6 /pom.xml | |
parent | 924a805b71005f56fed260e1b92e4e27ef0a381f (diff) |
Fix image name in pom5.0.0-ONAP
Issue-ID: DCAEGEN2-1683
Change-Id: I01e7ed59ce934e3d630f17ece8699fff20fc50d0
Signed-off-by: dfarrelly <david.farrelly@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ <configuration> <images> <image> - <name>${project.groupId}.${project.artifactId}</name> + <name>onap/${project.groupId}.${project.artifactId}</name> <registry>${onap.nexus.dockerregistry.daily}</registry> <build> <contextDir>${project.basedir}</contextDir> |