diff options
author | stark, steven <ss820f@att.com> | 2018-04-06 08:25:25 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-04-06 08:25:25 -0700 |
commit | 3bb112dfb0fb851f40eb3fd65a11a7c314b3c0d9 (patch) | |
tree | 5379ed23235f9a2f6471f9df2320bab945714b87 | |
parent | 5eabf0eb073d9ccb2c265dccd16666511f08d531 (diff) |
[VVP] changing pom from openecomp to onap
changing references in pom from openecomp to onap
Change-Id: I94300da6dbd8d1838e0e8fd799e0b5ce428070ba
Issue-ID: VVP-46
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..e4c7938 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=vvp/jenkins.git + @@ -7,7 +7,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.vvp.jenkins</groupId> + <groupId>org.onap.vvp.jenkins</groupId> <artifactId>jenkins</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> @@ -51,7 +51,7 @@ <pushRegistry>${docker.push.registry}</pushRegistry> <images> <image> - <name>openecomp/vvp/jenkins</name> + <name>onap/vvp/jenkins</name> <alias>vvp-jenkins</alias> <build> <cleanup>true</cleanup> @@ -92,7 +92,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/vvp/jenkins</image> + <image>onap/vvp/jenkins</image> </configuration> </execution> </executions> |