diff options
author | stark, steven <ss820f@att.com> | 2018-04-05 08:19:50 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-04-05 08:20:21 -0700 |
commit | cd28e272b9ea1976b9ad1dfd49114a8093ef0fa8 (patch) | |
tree | aaca73abdb128b6cfcffbfb055704f819784e8f9 | |
parent | 7859fb5f5d3cbc6014c72276c9f5947064129b24 (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-- | .gitreview | 5 | ||||
-rw-r--r-- | pom.xml | 8 |
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 + @@ -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> |