diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-31 17:06:46 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-02 10:42:58 -0400 |
commit | 56eacbea90c15d772163f34a939f8f2daddf5b1f (patch) | |
tree | ccf0d088f86ab5acab9b0877a1724f7ccfe0f2b1 /SdncReports | |
parent | da85de1dff6b5d026da5b4e8610ced0d5cf8c6a8 (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')
-rw-r--r-- | SdncReports/SdncReportsApi/pom.xml | 4 | ||||
-rw-r--r-- | SdncReports/SdncReportsDao/pom.xml | 4 | ||||
-rw-r--r-- | SdncReports/pom.xml | 2 |
3 files changed, 5 insertions, 5 deletions
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 @@ <packaging>jar</packaging> <artifactId>SdncReportsApi</artifactId> <groupId>org.onap.sdnc.oam</groupId> - <version>1.7.5-SNAPSHOT</version> + <version>1.7.6-SNAPSHOT</version> <name>sdnc-oam :: SdncReports :: SdncReportsApi</name> <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>1.7.5-SNAPSHOT</version> + <version>1.7.6-SNAPSHOT</version> </parent> 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> 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 @@ <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>1.7.5-SNAPSHOT</version> + <version>1.7.6-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: SdncReports</name> |