diff options
author | Areli Fuss <af732p@att.com> | 2017-10-19 10:45:30 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-19 10:45:30 +0300 |
commit | d31333bb1c1d0ff7537ed04794d7b354df033e98 (patch) | |
tree | 8a2c62201222d2fca1a7c96c19dd054a7a9e27bf | |
parent | 0b116d9363951aa4a6f6f33d30e02db1b01883d1 (diff) |
Update pom artifact id
Update the pom artifact id according to
ecomp requirments
Change-Id: I7d8a4ce16c91028c4d8836fab6c707faacd55733
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.vvp</groupId> - <artifactId>vvp-portal</artifactId> + <groupId>org.openecomp.vvp.portal</groupId> + <artifactId>portal</artifactId> <packaging>pom</packaging> <version>1.0.0-SNAPSHOT</version> <name>vvp-portal</name> |