<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp</groupId>
- <artifactId>vvp-cms</artifactId>
+ <groupId>org.openecomp.vvp.cms</groupId>
+ <artifactId>cms</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>vvp-cms</name>
<registry>nexus3.onap.org:10003</registry>
<images>
<image>
- <name>openecomp/vvp-cms</name>
+ <name>openecomp/vvp/cms</name>
<alias>vvp-cms</alias>
<build>
<cleanup>true</cleanup>
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp-cms</image>
+ <image>openecomp/vvp/cms</image>
</configuration>
</execution>
</executions>