summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay <vv770d@att.com>2017-10-11 15:21:32 +0000
committerVijay <vv770d@att.com>2017-10-11 15:21:46 +0000
commitacb20560c84a8a49f85f851435dbdd60f6854f08 (patch)
tree854b9f8118947c08e781bc25321c9b1f231fd320
parent013454783a0a20b6995423033c85e13ba4d4ca6d (diff)
update parent to oparent
Change-Id: I548437356612dd3a3f710a5392fc6ba0ace02b66 Issue-ID:DCAEGEN2-128 Signed-off-by: Vijay <vv770d@att.com>
-rw-r--r--pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index fc80f452..ec6492fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,11 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.dcaegen2</groupId>
- <artifactId>dcaegen2</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>0.1.1</version>
+ <relativePath/>
+ </parent>
<groupId>org.onap.dcaegen2.collectors.ves</groupId>
<artifactId>VESCollector</artifactId>
<version>1.1.4-SNAPSHOT</version>