aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-06 13:44:14 -0700
committerstark, steven <ss820f@att.com>2018-04-06 13:44:14 -0700
commitcc89931b0d7a948e2f53f73c149cb4572e5aef1b (patch)
tree1dc4f85c39d5ba9a9624a306959fc786d83c5850
parentee05530806033866861a44f214bfe7b53351398d (diff)
[VVP] change pom from openecomp to onap
change pom references to onap Change-Id: I2a6fbba7df2ab3edf65a48bb28568872bd7a91c7 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 0000000..198c2cc
--- /dev/null
+++ b/.gitreview
@@ -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
--- 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>