aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-06 08:22:13 -0700
committerstark, steven <ss820f@att.com>2018-04-06 08:22:42 -0700
commit191c3372969182d99b0bbf39e0889c25b291c31a (patch)
tree05cd01e22fb2ae8703868b75ca84036d10126aa6
parente00c741bd98e35f71e4e83fff3de77c0bd2041d9 (diff)
[VVP] changin pom from openecomp to onap
changing the references from openecomp to onap Change-Id: I52e42ed5c271694076e849f92380e36116dbe389 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 37a1053..108c608 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.cms</groupId>
+ <groupId>org.onap.vvp.cms</groupId>
<artifactId>cms</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>
@@ -52,7 +52,7 @@
<pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>openecomp/vvp/cms</name>
+ <name>onap/vvp/cms</name>
<alias>vvp-cms</alias>
<build>
<cleanup>true</cleanup>
@@ -92,7 +92,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/cms</image>
+ <image>onap/vvp/cms</image>
</configuration>
</execution>
</executions>