summaryrefslogtreecommitdiffstats
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 d04138d..d1d743a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.image-scanner</groupId>
+ <groupId>org.onap.vvp.image-scanner</groupId>
<artifactId>image-scanner</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>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
@@ -45,7 +45,7 @@
<configuration>
<images>
<image>
- <name>openecomp/vvp/image-scanner</name>
+ <name>onap/vvp/image-scanner</name>
<alias>image-scanner</alias>
<build>
<cleanup>true</cleanup>
@@ -86,7 +86,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/image-scanner</image>
+ <image>onap/vvp/image-scanner</image>
</configuration>
</execution>
</executions>