diff options
Diffstat (limited to 'adaptors/ansible-adapter/ansible-adapter-installer/pom.xml')
-rw-r--r-- | adaptors/ansible-adapter/ansible-adapter-installer/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml b/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml index eb6726c54..8a555dd11 100644 --- a/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml @@ -27,10 +27,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>2.1.0</version> - <relativePath/> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <artifactId>ansible-adapter</artifactId> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> |