aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVijay <vv770d@att.com>2017-10-03 22:34:22 +0000
committerVijay <vv770d@att.com>2017-10-03 22:34:49 +0000
commitdd02b0266eb444f3839b7f1fca8cd5722db98ff7 (patch)
tree10ac4ea963b2a7a5fd7fc9ff3c2694f2a7814916 /pom.xml
parent32abd5689cd2e962b4fe6ad835ff0367ce06a3b2 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 48692f67..fc80f452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>