[VVP] change pom from openecomp to onap 53/41453/1
authorstark, steven <ss820f@att.com>
Fri, 6 Apr 2018 20:44:14 +0000 (13:44 -0700)
committerstark, steven <ss820f@att.com>
Fri, 6 Apr 2018 20:44:14 +0000 (13:44 -0700)
change pom references to onap

Change-Id: I2a6fbba7df2ab3edf65a48bb28568872bd7a91c7
Issue-ID: VVP-46
Signed-off-by: stark, steven <ss820f@att.com>
.gitreview [new file with mode: 0644]
pom.xml

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..198c2cc
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/gitlab.git
+
diff --git a/pom.xml b/pom.xml
index 4a7db51..c26edaf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.openecomp.vvp.gitlab</groupId>
+  <groupId>org.onap.vvp.gitlab</groupId>
   <artifactId>gitlab</artifactId>
   <packaging>pom</packaging>
   <version>1.0.0-SNAPSHOT</version>
@@ -15,7 +15,7 @@
 
   <properties>
         <!--nexus-->
-        <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>
@@ -47,7 +47,7 @@
                 <registry>nexus3.onap.org:10003</registry>
                 <images>
                     <image>
-                        <name>openecomp/vvp/gitlab</name>
+                        <name>onap/vvp/gitlab</name>
                         <alias>vvp-gitlab</alias>
                         <build>
                             <cleanup>true</cleanup>
@@ -87,7 +87,7 @@
                         <goal>push</goal>
                     </goals>
                     <configuration>
-                        <image>openecomp/vvp/gitlab</image>
+                        <image>onap/vvp/gitlab</image>
                     </configuration>
                 </execution>
             </executions>