diff options
Diffstat (limited to 'aai-common-docker/pom.xml')
-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> |