diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-24 08:36:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-24 08:36:56 -0400 |
commit | 2a056e9e63b61a8eaca0d85a35b4ec53c5c53824 (patch) | |
tree | b645f175d93cf724603631adcdfb3df9723520d7 /installation/ansible-server | |
parent | f4627a6865a41a7fc2b85c06babe2c3e9e24aebf (diff) |
Update to latest Frankfurt parent pom version6.0.0-ONAP
Update to latest Frankfurt parent pom version
Change-Id: Ie812278b386d42bb0d8096038614af6bc19233fc
Issue-ID: SDNC-1257
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 7417a020e0c9bdfe56889d1e9a1c0616e7049fc3
Diffstat (limited to 'installation/ansible-server')
-rw-r--r-- | installation/ansible-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 94135f60..2672ed6b 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,13 +4,13 @@ <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.sdnc.oam</groupId> <artifactId>installation-ansible-server</artifactId> - <version>1.8.4-SNAPSHOT</version> + <version>1.8.5-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> |