diff options
author | Areli Fuss <af732p@att.com> | 2017-10-19 15:27:54 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-19 15:27:54 +0300 |
commit | a7b75017cb69e5e920a3fdddfc3f250bb126e631 (patch) | |
tree | fe38f28c865fd97a19f9fd4a46eecec4dcdfdb74 | |
parent | 1280c8e9fdf501f7e733fcd9bf977d85e82350ca (diff) |
Fix image name failure
image part doesn't match allowed pattern
Change-Id: If4b8512a82e958ec78a9718b6aa580fe55df25c8
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,8 +7,8 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.vvp.image-scanner</groupId> - <artifactId>image-scanner</artifactId> + <groupId>org.openecomp.vvp.image_scanner</groupId> + <artifactId>image_scanner</artifactId> <packaging>pom</packaging> <version>1.0.0-SNAPSHOT</version> <name>vvp-image-scanner</name> @@ -44,7 +44,7 @@ <configuration> <images> <image> - <name>openecomp/vvp/image-scanner</name> + <name>openecomp/vvp/image_scanner</name> <alias>vvp-image-scanner</alias> <build> <cleanup>true</cleanup> @@ -85,7 +85,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/vvp/image-scanner</image> + <image>openecomp/vvp/image_scanner</image> </configuration> </execution> </executions> |