diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-06 08:56:17 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-06 09:07:49 -0500 |
commit | fdf5a7153ed3198b68238a54b4b33c376af1495a (patch) | |
tree | 0676fcdcf9fd5ddb5824f3e8a76f8213d6d7efaf /installation/ansible-server/pom.xml | |
parent | ae8f83510948c360ec4952fe7a73bfca1a930277 (diff) |
Use released Frankfurt M4 artifacts
Update to use released Frankfurt M4 version of parent poms and released
CCSDK Frankfurt M4 artifacts.
Change-Id: Ic36751ce71e2d3f983f8c5b20a56169591e7393d
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 8352d567e199ef1fa960e4473898b00e14b149d6
Diffstat (limited to 'installation/ansible-server/pom.xml')
-rw-r--r-- | installation/ansible-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 932cbefb..e17e5c15 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> |