summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-05 08:19:50 -0700
committerstark, steven <ss820f@att.com>2018-04-05 08:20:21 -0700
commitcd28e272b9ea1976b9ad1dfd49114a8093ef0fa8 (patch)
treeaaca73abdb128b6cfcffbfb055704f819784e8f9
parent7859fb5f5d3cbc6014c72276c9f5947064129b24 (diff)
[VVP] pom openecomp to onap
change pom file from openecomp reference to onap Issue-ID: VVP-45 Change-Id: Iec078223adc9527e1fa1ff20f64b009eab961fdf 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..6b2b193
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/image-scanner.git
+
diff --git a/pom.xml b/pom.xml
index d04138d..d1d743a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.image-scanner</groupId>
+ <groupId>org.onap.vvp.image-scanner</groupId>
<artifactId>image-scanner</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>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
@@ -45,7 +45,7 @@
<configuration>
<images>
<image>
- <name>openecomp/vvp/image-scanner</name>
+ <name>onap/vvp/image-scanner</name>
<alias>image-scanner</alias>
<build>
<cleanup>true</cleanup>
@@ -86,7 +86,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/image-scanner</image>
+ <image>onap/vvp/image-scanner</image>
</configuration>
</execution>
</executions>