summaryrefslogtreecommitdiffstats
path: root/installation
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 /installation
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 'installation')
-rw-r--r--installation/admportal/pom.xml2
-rw-r--r--installation/ansible-server/pom.xml2
-rw-r--r--installation/dmaap-listener/pom.xml2
-rw-r--r--installation/pom.xml2
-rw-r--r--installation/sdnc/pom.xml2
-rw-r--r--installation/ueb-listener/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml
index 491b1e2e..3d7f7e35 100644
--- a/installation/admportal/pom.xml
+++ b/installation/admportal/pom.xml
@@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation-admportal</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates admportal Docker container</description>
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml
index 943a66cc..0e0ff99c 100644
--- a/installation/ansible-server/pom.xml
+++ b/installation/ansible-server/pom.xml
@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation-ansible-server</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates ansible-server Docker container</description>
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index 82aa4c99..a2072e0c 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-listener/pom.xml
@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation-dmaap-listener</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates dmaap-listener Docker container</description>
diff --git a/installation/pom.xml b/installation/pom.xml
index 39108231..f8016a6b 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<name>sdnc-oam :: installation</name>
<description>Installs SDN-C on local file system</description>
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index 14a430fd..ff83e218 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation-sdnc</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates SDN Controller Docker container</description>
diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml
index 0127b746..d8225f6e 100644
--- a/installation/ueb-listener/pom.xml
+++ b/installation/ueb-listener/pom.xml
@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation-ueb-listener</artifactId>
- <version>1.7.5-SNAPSHOT</version>
+ <version>1.7.6-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates ueb-listener Docker container</description>