[VVP] chanigng pom openecomp to onap 93/41393/1
authorstark, steven <ss820f@att.com>
Fri, 6 Apr 2018 15:23:28 +0000 (08:23 -0700)
committerstark, steven <ss820f@att.com>
Fri, 6 Apr 2018 15:23:28 +0000 (08:23 -0700)
changing references in pom from openecomp to onap

Change-Id: Ifb36e043826e7d265e47b066464aec80ba25b6ea
Issue-ID: VVP-46
Signed-off-by: stark, steven <ss820f@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 13e907c..4c8f4e9 100644 (file)
--- 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>