diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-11 11:20:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-11 11:37:40 -0400 |
commit | 7f5a0a56c67f3b22d080a52413f5fa50b2f91468 (patch) | |
tree | 63742cfe19414eb23f718b923d306fb5d1a168ae /installation/ansible-server/pom.xml | |
parent | f20174d914587c25b8f42b024316c71ebdb2fe6b (diff) |
Fix dependencies to use released Guilin artifacts
Fix dependencies to use released Guilin artifacts. Also, remove
dependency on removed interface vnf-api
Change-Id: I32eeadbc1a051b03a0e68af624e0001f4c0ba5ee
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: d1584bbcd06d635b0b59b53af04b21e08adf2007
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 f91ddfcd..e068aae5 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -23,7 +23,7 @@ <image.name>onap/sdnc-ansible-server-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> + <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |