aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-06 13:49:32 -0700
committerstark, steven <ss820f@att.com>2018-04-06 13:49:32 -0700
commit79ab807fb7d6b14e2b50cd7c78a8d75968f288cc (patch)
treed5d33e02308f54933d020413a2eb0c686c578c5a
parent3a1a162652b5019b6ff4e755f9fd9aa4d805a44f (diff)
[VVP] changing pom from openecomp to onap
changing references in pom to onap Change-Id: I66d7c324850b572af389e12762e098aeb7491f54 Issue-ID: VVP-46 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--.gitreview5
-rw-r--r--pom.xml8
2 files changed, 9 insertions, 4 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 00000000..628176f1
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/portal.git
+
diff --git a/pom.xml b/pom.xml
index 53e53318..db5f221b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp.portal</groupId>
+ <groupId>org.onap.vvp.portal</groupId>
<artifactId>portal</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/portal</name>
+ <name>onap/vvp/portal</name>
<alias>vvp-portal</alias>
<build>
<cleanup>true</cleanup>
@@ -88,7 +88,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/portal</image>
+ <image>onap/vvp/portal</image>
</configuration>
</execution>
</executions>