summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-10-25 11:26:27 +0300
committerAreli Fuss <af732p@att.com>2017-10-25 11:26:27 +0300
commitd497b9c662d2c1684a2c4c76bd74145b1dd33e41 (patch)
treee6a8ea79e506cdbb20e8295ba6fd4fad261d0cdc
parent15ac7d1335fc343b1dfeb417685ea902dc192de6 (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0b6b7f9..104dc51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>