diff options
author | Marco Platania <platania@research.att.com> | 2018-02-28 18:04:26 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-02-28 18:04:26 -0500 |
commit | 9cfb3e3e770c2c7cff6d5269eba8bc642832102a (patch) | |
tree | de7b84eebf7373cd32717eae258c42ca64eb05d2 /vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml | |
parent | 8d6939315f4499f4c402befd83ffd6fbfbe90a11 (diff) |
Update groupId in vLBMS POM files
Change-Id: I824a776b6611e9a0694221ce59c1c46d1d5e426d
Issue-ID: INT-432
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml')
-rw-r--r-- | vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml index e8bc9bd2..c0476255 100644 --- a/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml +++ b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml @@ -20,7 +20,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.vnf.vlb</groupId> + <groupId>org.onap.demo.vnf.vlb</groupId> <artifactId>vlb-business-vnf-onap-plugin-impl</artifactId> <name>vlb-business-vnf-onap-plugin-impl</name> <packaging>bundle</packaging> |