summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-06 08:23:28 -0700
committerstark, steven <ss820f@att.com>2018-04-06 08:23:28 -0700
commit6b60ac504256b6388e88647df65f6648eeb80e92 (patch)
treecba9829f9b319c4109324f5674bf2a04b0c7cdee
parentd4b56186e5cefaecaf535965c0e28236be5b6820 (diff)
[VVP] chanigng pom openecomp to onap
changing references in pom from openecomp to onap Change-Id: Ifb36e043826e7d265e47b066464aec80ba25b6ea Issue-ID: VVP-46 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 13e907c..4c8f4e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<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>
@@ -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/engagementmgr</name>
+ <name>onap/vvp/engagementmgr</name>
<alias>vvp-engagementmgr</alias>
<build>
<cleanup>true</cleanup>
@@ -92,7 +92,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/engagementmgr</image>
+ <image>onap/vvp/engagementmgr</image>
</configuration>
</execution>
</executions>