diff options
author | Vijay <vv770d@att.com> | 2017-10-03 22:34:22 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-10-03 22:34:49 +0000 |
commit | dd02b0266eb444f3839b7f1fca8cd5722db98ff7 (patch) | |
tree | 10ac4ea963b2a7a5fd7fc9ff3c2694f2a7814916 /pom.xml | |
parent | 32abd5689cd2e962b4fe6ad835ff0367ce06a3b2 (diff) |
fix typo on parent artifact
Issue-Id:DCAEGEN2-82
Change-Id: I0910589120f0163619d46c1e84b8bbdc02611729
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.dcaegen2</groupId> - <artifactId>root</artifactId> + <artifactId>dcaegen2</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.collectors.ves</groupId> |