diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-19 10:47:13 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-19 10:47:13 -0700 |
commit | d8843f2025ef00356ba8d0aab4daae996488399a (patch) | |
tree | 9a59cfe72e724ae1d5c4fa8f45792b3247f16c38 /vnfs/vLBMS/scripts | |
parent | 78d2924a9735fa5391f2e0e089aab47c0b26b1d1 (diff) |
Fix vnf script groupIds
Change-Id: I5411f69a8c438d2588678bb7f2613c4303217f26
Issue-ID: INT-592
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'vnfs/vLBMS/scripts')
-rw-r--r-- | vnfs/vLBMS/scripts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/pom.xml b/vnfs/vLBMS/scripts/pom.xml index e50f2fdf..28247710 100644 --- a/vnfs/vLBMS/scripts/pom.xml +++ b/vnfs/vLBMS/scripts/pom.xml @@ -33,7 +33,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.demo.vnf</groupId> + <groupId>org.onap.demo.vnf.vlbms</groupId> <artifactId>vlbms-scripts</artifactId> <packaging>pom</packaging> |