summaryrefslogtreecommitdiffstats
path: root/ansible-server/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-24 07:55:58 -0400
committerDan Timoney <dtimoney@att.com>2020-06-24 07:55:58 -0400
commit6cf8218871308bb86b480d41b8d415df387911a3 (patch)
tree0f451d70861a49e4631032a868b70a42201e311e /ansible-server/pom.xml
parentf8c4a4a86185c160401a4e5eeccf14f1fd8923f2 (diff)
Update to latest ccsdk/parent Frankfurt snapshot version
Updated parent versions to latest CCSDK Frankfurt snapshot Change-Id: I25c58ad76c2c93cf164ad56b8f406c49e1a8d8b9 Issue-ID: CCSDK-2478 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ansible-server/pom.xml')
-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 11202cee..0f4892c6 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.5.9</version>
+ <version>1.5.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>ansible-server</artifactId>
- <version>0.7.5-SNAPSHOT</version>
+ <version>0.7.6-SNAPSHOT</version>
<name>ccsdk :: distribution :: ${project.artifactId}</name>
<description>Creates ansible-server Docker container</description>