aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2f1f9f1..66a215c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.test-engine</groupId>
+ <groupId>org.onap.vvp.test-engine</groupId>
<artifactId>test-engine</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
@@ -16,7 +16,7 @@
<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>
@@ -51,7 +51,7 @@
<pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>openecomp/vvp/test-engine</name>
+ <name>onap/vvp/test-engine</name>
<alias>vvp-test-engine</alias>
<build>
<cleanup>true</cleanup>
@@ -92,7 +92,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/test-engine</image>
+ <image>onap/vvp/test-engine</image>
</configuration>
</execution>
</executions>