diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-21 04:50:13 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-21 04:50:26 +0000 |
commit | b97b0aff982b3125d423102323537ebe23e859f0 (patch) | |
tree | f1421f29ab3a6aa40c1315e4c8c4b2fb5b8914ed | |
parent | 5b3b40ac7bd9281c2b27b409e47ae7204b5928e9 (diff) |
Change pom parent to dcaegen2
Issue-Id: DCAEGEN2-103
Change-Id: I61172c14d029f26a855bd9c033485eaa5e1cdb6c
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> + <groupId>org.onap.dcaegen2</groupId> + <artifactId>root</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.collectors.ves</groupId> |