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 | |
parent | 32abd5689cd2e962b4fe6ad835ff0367ce06a3b2 (diff) |
fix typo on parent artifact
Issue-Id:DCAEGEN2-82
Change-Id: I0910589120f0163619d46c1e84b8bbdc02611729
Signed-off-by: Vijay <vv770d@att.com>
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,6 @@ mvn clean install ### Docker Image - ``` git clone ssh://vv770d@gerrit.onap.org:29418/dcaegen2/collectors/ves mvn clean deploy @@ -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> |