aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-10-18 17:07:40 +0300
committerAreli Fuss <af732p@att.com>2017-10-18 17:07:40 +0300
commit50c88317386c81f383efdfc85947497b72e8fd7e (patch)
tree5f40f12392b83a7340b40d56f917966ac1f4191a
parent87ff522a9594f683589e37a344190fa087dc2b7f (diff)
Update POM file
Update Maven group id Change-Id: I350df14bac2d370a1bcc1083ce8900a620b2a7f9 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r--pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 27d477e..a00b1a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp</groupId>
- <artifactId>vvp-cms</artifactId>
+ <groupId>org.openecomp.vvp.cms</groupId>
+ <artifactId>cms</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>vvp-cms</name>
@@ -40,14 +40,14 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.15.1</version>
+ <version>0.19.1</version>
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
<registry>nexus3.onap.org:10003</registry>
<images>
<image>
- <name>openecomp/vvp-cms</name>
+ <name>openecomp/vvp/cms</name>
<alias>vvp-cms</alias>
<build>
<cleanup>true</cleanup>
@@ -88,7 +88,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp-cms</image>
+ <image>openecomp/vvp/cms</image>
</configuration>
</execution>
</executions>
@@ -120,6 +120,3 @@
</repositories>
</project>
-
-
-