diff options
-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> |