diff options
author | Vijay <vv770d@att.com> | 2017-10-11 15:21:32 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-10-11 15:21:46 +0000 |
commit | acb20560c84a8a49f85f851435dbdd60f6854f08 (patch) | |
tree | 854b9f8118947c08e781bc25321c9b1f231fd320 /pom.xml | |
parent | 013454783a0a20b6995423033c85e13ba4d4ca6d (diff) |
update parent to oparent
Change-Id: I548437356612dd3a3f710a5392fc6ba0ace02b66
Issue-ID:DCAEGEN2-128
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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> |