From a5577ac18e488ed1870994b2d8f63ad01f38414d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 20 Apr 2017 17:02:24 -0400 Subject: [SDNC-5] Boron port and bug fixes Changes to support Boron as well as bug fixes discovered during initial testing. Change-Id: Ic6c156c8fe884a6a3bccc19d0676da312be8a4c2 Signed-off-by: Dan Timoney --- sliapi/installer/pom.xml | 3 +-- sliapi/pom.xml | 3 +-- sliapi/provider/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) (limited to 'sliapi') diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 51a956a..e8f21eb 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 sliapi diff --git a/sliapi/pom.xml b/sliapi/pom.xml index 86874b9..e613b95 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 diff --git a/sliapi/provider/pom.xml b/sliapi/provider/pom.xml index 62d9cb0..d942912 100755 --- a/sliapi/provider/pom.xml +++ b/sliapi/provider/pom.xml @@ -123,12 +123,12 @@ org.openecomp.sdnc.core sli-common - ${sdnctl.sli.version} + ${project.version} org.openecomp.sdnc.core sli-provider - ${sdnctl.sli.version} + ${project.version} org.opendaylight.controller -- cgit 1.2.3-korg