diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 13:39:55 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 13:39:55 -0500 |
commit | bd1fb7084dcda67d3f177c232c671503f47937e1 (patch) | |
tree | 4fe2692ef970171c2739a60290c9a262162ef43d /ansible-adapter/pom.xml | |
parent | f42486b2c59eccc34236882aa496593ec699ed67 (diff) |
Roll to next snapshot
Roll to snapshot 0.3.3-SNAPSHOT
Change-Id: I0c1af0ae080852bc14d9f527a71cdd9e27fe09f4
Issue-ID: CCSDK-679
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 4a505684..59699a81 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.2</version> + <version>1.1.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ansible-adaptor</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <name>ccsdk-sli-adaptors :: ansible-adapter</name> <description>Abstractions to interact with Ansible server via REST</description> <packaging>pom</packaging> |