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