From 56eacbea90c15d772163f34a939f8f2daddf5b1f Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 31 Oct 2019 17:06:46 -0400 Subject: Fix vnf-topology-assign async Updated vnf-topology-operation and vf-module-topolopy-operation not to call assign-async directly. Updated vnf-topology-operation-async and vf-module-topology-operation-async to call assign-async instead of assign. Change-Id: I16900ecb2126d2fe7fc3e1dfea351345272c275f Issue-ID: SDNC-961 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 60b84d28f79ad82a827c70da68bf8b58ac945fd8 --- SdncReports/SdncReportsApi/pom.xml | 4 ++-- SdncReports/SdncReportsDao/pom.xml | 4 ++-- SdncReports/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'SdncReports') diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml index 0a1dd130..6d8a1647 100644 --- a/SdncReports/SdncReportsApi/pom.xml +++ b/SdncReports/SdncReportsApi/pom.xml @@ -4,12 +4,12 @@ jar SdncReportsApi org.onap.sdnc.oam - 1.7.5-SNAPSHOT + 1.7.6-SNAPSHOT sdnc-oam :: SdncReports :: SdncReportsApi org.onap.sdnc.oam SdncReports - 1.7.5-SNAPSHOT + 1.7.6-SNAPSHOT diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index ed88c79d..50820714 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.sdnc.oam SdncReportsDao - 1.7.5-SNAPSHOT + 1.7.6-SNAPSHOT jar sdnc-oam :: SdncReports :: SdncReportsDao @@ -11,7 +11,7 @@ org.onap.sdnc.oam SdncReports - 1.7.5-SNAPSHOT + 1.7.6-SNAPSHOT diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index 97d5521e..d2c19583 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -5,7 +5,7 @@ org.onap.sdnc.oam SdncReports - 1.7.5-SNAPSHOT + 1.7.6-SNAPSHOT pom sdnc-oam :: SdncReports -- cgit 1.2.3-korg