diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-08 13:25:34 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-08 13:25:34 -0500 |
commit | 766e1d2cdd7808663d9e23c88446ecec8cb9d579 (patch) | |
tree | 9b0205558e6bd5915dcda22536e1a135c6e21fd1 /ansible-server/pom.xml | |
parent | 1133ac157ccc7ccad3e17978415d76d90edfce03 (diff) |
Update features,oran version in docker
Update to use version 2.0.5-SNAPSHOT version of parent pom so that
correct version of oran and features artifacts are installed in docker
Change-Id: I77fb5786243af918b70ad5cd233d438c20396c26
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ansible-server/pom.xml')
-rw-r--r-- | ansible-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 17b98a3f..e08ea8cb 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |