From 7f5a0a56c67f3b22d080a52413f5fa50b2f91468 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 11 Aug 2020 11:20:49 -0400 Subject: [PATCH] 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 Former-commit-id: d1584bbcd06d635b0b59b53af04b21e08adf2007 --- installation/ansible-server/pom.xml | 2 +- installation/dmaap-listener/pom.xml | 2 +- installation/sdnc/pom.xml | 9 +-------- installation/ueb-listener/pom.xml | 2 +- 4 files changed, 4 insertions(+), 11 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 @@ onap/sdnc-ansible-server-image ${project.version} ${maven.build.timestamp} - 0.7-STAGING-latest + 1.0-STAGING-latest ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index aa72d422..cd2057c5 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -23,7 +23,7 @@ onap/sdnc-dmaap-listener-image ${project.version} ${maven.build.timestamp} - 0.7-STAGING-latest + 1.0-STAGING-latest ${https_proxy} yyyyMMdd'T'HHmmss'Z' diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index abc69283..691404e8 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -25,7 +25,7 @@ ${project.version} ${maven.build.timestamp} 2.0.0 - 1.0.0-STAGING-latest + 1.0-STAGING-latest 1.0.0 org.onap.sdnc.p12 @@ -44,13 +44,6 @@ zip repo - - org.onap.sdnc.northbound - vnfapi-installer - ${sdnc.northbound.version} - zip - repo - org.onap.sdnc.northbound optical-service-installer diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index eabd44b1..54ea830f 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -23,7 +23,7 @@ onap/sdnc-ueb-listener-image ${project.version} ${maven.build.timestamp} - 0.7-STAGING-latest + 1.0-STAGING-latest ${https_proxy} deploy yyyyMMdd'T'HHmmss'Z' -- 2.16.6