diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-11-05 17:25:27 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-11-07 10:14:14 -0500 |
commit | a5d4adc4185af54a19de5de748c728875511c790 (patch) | |
tree | 4128c95c0b774ff2306de4dd3f6bc7417e3c4454 /aai-common-docker | |
parent | bd693e96711752700934932bb48fe6a92a35103c (diff) |
Add parent and update modules to use it1.6.0
Issue-ID: AAI-2699
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I288cb51a4f654387d6ca078f7b4357e8ce2e43c5
Diffstat (limited to 'aai-common-docker')
-rw-r--r-- | aai-common-docker/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 82671e0e..701fd534 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- ============LICENSE_START======================================================= @@ -24,8 +25,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-common</artifactId> + <artifactId>aai-parent</artifactId> <version>1.6.0-SNAPSHOT</version> + <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-common-docker</artifactId> |