diff options
author | Dan Timoney <dt5972@att.com> | 2018-04-18 21:01:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 21:01:37 +0000 |
commit | 6f0adc3452a470d031978e3cfb8a0aa8bc834e34 (patch) | |
tree | fa3cb7404f4303c857a449f475ed97ae94eab092 /ansible-adapter/ansible-adapter-installer | |
parent | 5488b5cef2aced345aa9a9dce43626da2d3ca1d6 (diff) | |
parent | db9fffae6abc85094f761be262f611197a2768fa (diff) |
Merge "Fix version plugin issue"
Diffstat (limited to 'ansible-adapter/ansible-adapter-installer')
-rw-r--r-- | ansible-adapter/ansible-adapter-installer/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible-adapter/ansible-adapter-installer/pom.xml b/ansible-adapter/ansible-adapter-installer/pom.xml index 7aa18ba56..79448f82e 100644 --- a/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/ansible-adapter/ansible-adapter-installer/pom.xml @@ -28,6 +28,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ansible-adapter-installer</artifactId> |