summaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsDao/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-10-31 17:06:46 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-11-02 10:42:58 -0400
commit56eacbea90c15d772163f34a939f8f2daddf5b1f (patch)
treeccf0d088f86ab5acab9b0877a1724f7ccfe0f2b1 /SdncReports/SdncReportsDao/pom.xml
parentda85de1dff6b5d026da5b4e8610ced0d5cf8c6a8 (diff)
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) <dtimoney@att.com> Former-commit-id: 60b84d28f79ad82a827c70da68bf8b58ac945fd8
Diffstat (limited to 'SdncReports/SdncReportsDao/pom.xml')
-rw-r--r--SdncReports/SdncReportsDao/pom.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>SdncReportsDao</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>sdnc-oam :: SdncReports :: SdncReportsDao</name>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>SdncReports</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
</parent>
<dependencies>