summaryrefslogtreecommitdiffstats
path: root/ansible-server
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-16 19:15:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-16 19:15:37 +0000
commita8e9cf344e47ddca11b856e3b442da15f670826c (patch)
tree712f93a6b6e70c1cea71ac809cb0bbd4c7a92bd6 /ansible-server
parentb35f85916deded78a1da56fe70026c3dad516aea (diff)
parent53cb68740aa0cff8102f68c245f3db1289a92e01 (diff)
Merge "Updates for ODL Neon"
Diffstat (limited to 'ansible-server')
-rw-r--r--ansible-server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 3e29bba9..8f347280 100644
--- a/ansible-server/pom.xml
+++ b/ansible-server/pom.xml
@@ -4,14 +4,14 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.3.3</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>ansible-server</artifactId>
- <version>0.5.2-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>ccsdk :: distribution :: ${project.artifactId}</name>
<description>Creates ansible-server Docker container</description>