<version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.engagementmgr</groupId>
+ <groupId>org.onap.vvp.engagementmgr</groupId>
<artifactId>engagementmgr</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<properties>
<!--nexus-->
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/vvp/${project.artifactId}/${project.version}</sitePath>
<!--maven-->
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>openecomp/vvp/engagementmgr</name>
+ <name>onap/vvp/engagementmgr</name>
<alias>vvp-engagementmgr</alias>
<build>
<cleanup>true</cleanup>
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/engagementmgr</image>
+ <image>onap/vvp/engagementmgr</image>
</configuration>
</execution>
</executions>