diff options
author | Areli Fuss <af732p@att.com> | 2017-10-25 11:26:27 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-25 11:26:27 +0300 |
commit | d497b9c662d2c1684a2c4c76bd74145b1dd33e41 (patch) | |
tree | e6a8ea79e506cdbb20e8295ba6fd4fad261d0cdc | |
parent | 15ac7d1335fc343b1dfeb417685ea902dc192de6 (diff) |
Update image path name of image-scanner
Update the image scanner path name
Change-Id: Ic710b16716aed09d3a6566dcff6815bf49a4d43b
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,8 +44,8 @@ <configuration> <images> <image> - <name>openecomp/vvp-image-scanner</name> - <alias>vvp-image-scanner</alias> + <name>openecomp/vvp/image-scanner</name> + <alias>image-scanner</alias> <build> <cleanup>true</cleanup> <tags> @@ -85,7 +85,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/vvp-image-scanner</image> + <image>openecomp/vvp/image-scanner</image> </configuration> </execution> </executions> |