diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-21 08:28:54 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-21 08:28:54 +0200 |
commit | ae633930ca2d7e9b11bc156dbbd93c4d94e584de (patch) | |
tree | ca8dfeaf484d963c7cfdaadd0ec3a6da98aff4b3 /hv-collector-coverage | |
parent | dd52c87dc7fb1070a5c8be82267ac6d0f44327cb (diff) |
Rename artifacts to match LF requirements
Group ID has been changed from org.onap.dcaegen2.collectors.veshv to
org.onap.dcaegen2.collectors.hv-ves.
Change-Id: I077e244ed56df22dd45bfe8dd1eee238f811a552
Issue-ID: DCAEGEN2-719
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'hv-collector-coverage')
-rw-r--r-- | hv-collector-coverage/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hv-collector-coverage/pom.xml b/hv-collector-coverage/pom.xml index 7a6a78ff..6417340a 100644 --- a/hv-collector-coverage/pom.xml +++ b/hv-collector-coverage/pom.xml @@ -31,7 +31,7 @@ </licenses> <parent> - <groupId>org.onap.dcaegen2.collectors.veshv</groupId> + <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> <artifactId>ves-hv-collector</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> |