diff options
author | Areli Fuss <af732p@att.com> | 2017-11-08 15:47:56 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-08 15:47:56 +0200 |
commit | abe44355bf7854739bcb04652041a504c52e822c (patch) | |
tree | 23d7d3b65a1e7f422c5fd16781c9153153dacd62 | |
parent | 14720283cdbdb2f9ffb2e8f9a3eebb3ef746a897 (diff) |
Change path on Nexus
Change path on Nexus
Change-Id: I13c59377e75b0d00a93232718b2d9c5b12f144dc
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -47,7 +47,7 @@ <registry>nexus3.onap.org:10003</registry> <images> <image> - <name>openecomp/vvp-postgresql</name> + <name>openecomp/vvp/postgresql</name> <alias>vvp-postgresql</alias> <build> <cleanup>true</cleanup> @@ -84,11 +84,10 @@ <id>push-images</id> <phase>deploy</phase> <goals> - <goal>build</goal> <goal>push</goal> </goals> <configuration> - <image>openecomp/vvp-postgresql</image> + <image>openecomp/vvp/postgresql</image> </configuration> </execution> </executions> |