diff options
author | platania <platania@research.att.com> | 2017-03-08 13:40:49 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-08 13:40:49 -0500 |
commit | 0ef32881741240582b0f604e4f1ca306aa9b5b4a (patch) | |
tree | a276e028353057fe825fafaa6084e9c78e360a32 /vnfs/vLB/DNSClient | |
parent | 5a1ba68c8eb57eb6696125de9f68c5e7402d2fb3 (diff) |
Fix bug in DNS group ID
Change-Id: I6875a2445a915e90990b0a42093f7928d1e6ce70
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLB/DNSClient')
-rw-r--r-- | vnfs/vLB/DNSClient/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml index e5c31ef7..eee23a6e 100644 --- a/vnfs/vLB/DNSClient/pom.xml +++ b/vnfs/vLB/DNSClient/pom.xml @@ -33,7 +33,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.demo.vnf.lb</groupId> + <groupId>org.openecomp.demo.vnf.vlb</groupId> <artifactId>dns-client</artifactId> <name>DNS Client</name> <packaging>jar</packaging> |