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-vnf-onap-distribution | |
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-vnf-onap-distribution')
-rw-r--r-- | vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml index 8f5d1b8a..2d42c867 100644 --- a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml +++ b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml @@ -8,7 +8,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.vnf.vlb</groupId> + <groupId>org.onap.demo.vnf.vlb</groupId> <artifactId>vlb-vnf-onap-distribution</artifactId> <version>1.2.0-SNAPSHOT</version> @@ -26,7 +26,7 @@ or modules configuration file. --> <distribution.modules> - org.onap.vnf.vlb.Module + org.onap.demo.vnf.vlb.Module </distribution.modules> </properties> @@ -112,7 +112,7 @@ <dependencies> <!-- Dependency on sample plugin --> <dependency> - <groupId>org.onap.vnf.vlb</groupId> + <groupId>org.onap.demo.vnf.vlb</groupId> <artifactId>vlb-business-vnf-onap-plugin-impl</artifactId> <version>${interfaces.mapping.version}</version> </dependency> |