diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-23 08:30:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-23 08:30:01 -0400 |
commit | 74e0d6cdac309204f740e43befdab3426d4cd1ec (patch) | |
tree | 0838745a380157a12c19fc2f333c6afd4ecd1dd2 /ansible-adapter/pom.xml | |
parent | 258216bfca01a583c6a86359a5eead8a339e2fc5 (diff) |
Roll to initial Dublin snapshot
Roll version to initial Dublin snapshot
Change-Id: I2b1b5aaa6919c9259d46d2988fb65836f47a3bf9
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ansible-adapter/pom.xml')
-rw-r--r-- | ansible-adapter/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-adapter/pom.xml b/ansible-adapter/pom.xml index 4ab530e5f..ffcead8f7 100644 --- a/ansible-adapter/pom.xml +++ b/ansible-adapter/pom.xml @@ -28,13 +28,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1</version> + <version>1.2.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ansible-adaptor</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> <name>ccsdk-sli-adaptors :: ansible-adapter</name> <description>Abstractions to interact with Ansible server via REST</description> <packaging>pom</packaging> |