diff options
author | Areli Fuss <af732p@att.com> | 2017-11-08 10:31:34 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-08 10:31:34 +0200 |
commit | 30cb6632979e71918dad6e66afbfb8175f2c7831 (patch) | |
tree | 42e7d7a650ac09aec4c60afa0b64e09e7432e12f | |
parent | 070b0d6ad6ff87073c3923ed01e6e8644bd30c3d (diff) |
Update groupId and artifactId
Update groupId and artifactId
Change-Id: Iccd036da18077652d1651f91a897c3f6410cafc1
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,8 +7,8 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.vvp</groupId> - <artifactId>vvp-jenkins</artifactId> + <groupId>org.openecomp.vvp.jenkins</groupId> + <artifactId>jenkins</artifactId> <packaging>pom</packaging> <version>1.0.0-SNAPSHOT</version> <name>vvp-jenkins</name> @@ -47,7 +47,7 @@ <registry>nexus3.onap.org:10003</registry> <images> <image> - <name>openecomp/jenkins</name> + <name>openecomp/vvp/jenkins</name> <alias>vvp-jenkins</alias> <build> <cleanup>true</cleanup> @@ -84,11 +84,11 @@ <id>push-images</id> <phase>deploy</phase> <goals> - <goal>build</goal> + <!-- goal>build</goal --> <goal>push</goal> </goals> <configuration> - <image>openecomp/vvp-jenkins</image> + <image>openecomp/vvp/jenkins</image> </configuration> </execution> </executions> |