diff options
Diffstat (limited to 'ansible-adapter')
-rw-r--r-- | ansible-adapter/ansible-adapter-bundle/pom.xml | 2 | ||||
-rw-r--r-- | ansible-adapter/ansible-adapter-installer/pom.xml | 2 | ||||
-rw-r--r-- | ansible-adapter/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ansible-adapter/ansible-adapter-bundle/pom.xml b/ansible-adapter/ansible-adapter-bundle/pom.xml index 9ae7f584b..86d1c1886 100644 --- a/ansible-adapter/ansible-adapter-bundle/pom.xml +++ b/ansible-adapter/ansible-adapter-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> diff --git a/ansible-adapter/ansible-adapter-installer/pom.xml b/ansible-adapter/ansible-adapter-installer/pom.xml index 82a9a080f..09e9bf7ba 100644 --- a/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/ansible-adapter/ansible-adapter-installer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> diff --git a/ansible-adapter/pom.xml b/ansible-adapter/pom.xml index cf3667d85..83c789a3c 100644 --- a/ansible-adapter/pom.xml +++ b/ansible-adapter/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> |