diff options
author | Areli Fuss <af732p@att.com> | 2017-10-19 11:01:17 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-19 11:01:50 +0300 |
commit | 4b9d491581ca7f58a9178bb2c0c83af5757c880d (patch) | |
tree | 3efa737f78a6f41d3104a3ceadea8d5c8af5cbb9 /pom.xml | |
parent | d31333bb1c1d0ff7537ed04794d7b354df033e98 (diff) |
Update container name
Update Container name
Change-Id: I7fc8c989a91d282f1b25f74cd104b27721713f05
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ <registry>nexus3.onap.org:10003</registry> <images> <image> - <name>openecomp/vvp-portal</name> + <name>openecomp/vvp/portal</name> <alias>vvp-portal</alias> <build> <cleanup>true</cleanup> @@ -88,7 +88,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/vvp-portal</image> + <image>openecomp/vvp/portal</image> </configuration> </execution> </executions> |