diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-10-08 12:51:04 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-10-08 12:51:10 -0400 |
commit | b2012c6d9c35d9f01d0a8a05aa19126a289015a0 (patch) | |
tree | 6d3f85452687af89f5b40e62cfdbc4d7e8f68060 /pom.xml | |
parent | b0ee671f26f065840d792d79c3270f18f0cfdd57 (diff) |
Set oparent in pom.xml1.3.0
Issue-ID: AAI-1710
Change-Id: I5746ecc62923c7c0b2af98e1686eb8ac8254c0fe
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.1.0</version> + </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> <version>1.3.0-SNAPSHOT</version> |