summaryrefslogtreecommitdiffstats
path: root/ansible-server
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-06 12:17:21 -0400
committerDan Timoney <dtimoney@att.com>2020-06-06 12:17:21 -0400
commitdc02a83bbf3359c4ea1146bcc18a6e30ecd47169 (patch)
treeb4a6354e0f63c3d1de95d4e9d638203d8b42a31a /ansible-server
parentaab8000ee24a45d37432f2a7ccabf3d3e95176e8 (diff)
Update parent to pick up plugins fix
Update parent pom version in order to pick up fix to ccsdk/plugins Change-Id: Ie3b9c84ba63cbe9c21daf87f63772ebc6de6eaf0 Issue-ID: CCSDK-2399 Signed-off-by: Dan Timoney <dtimoney@att.com>
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 36258bba..eb47619d 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.7</version>
+ <version>1.5.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>ansible-server</artifactId>
- <version>0.7.4-SNAPSHOT</version>
+ <version>0.7.5-SNAPSHOT</version>
<name>ccsdk :: distribution :: ${project.artifactId}</name>
<description>Creates ansible-server Docker container</description>