From c4b09e567dbf14e4c181ad2a248faf242ac313b8 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 11 Sep 2017 11:19:51 -0400 Subject: Remove cast to DBResourceManager Remove cast to DBResourceManager, which no longer works after DbLibService is advertised via Aries Blueprint and which is no longer needed after DbLibService interface exposes getConnection() method. Updated version number - seems like an older 0.1.1-SNAPSHOT without DbLibService change is being used, so trying to see if bumping version will help. Change-Id: Ia411d1514bca396cc052f4f16eda6c79e0d13648 Issue-ID: CCSDK-86 Signed-off-by: Dan Timoney --- filters/features/pom.xml | 2 +- filters/installer/pom.xml | 2 +- filters/pom.xml | 4 ++-- filters/provider/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'filters') diff --git a/filters/features/pom.xml b/filters/features/pom.xml index 0d71e916..95ccdfcd 100755 --- a/filters/features/pom.xml +++ b/filters/features/pom.xml @@ -4,7 +4,7 @@ filters org.onap.ccsdk.sli.core - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT filters-features Filters - Features diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml index 1e839d93..e2eb4306 100755 --- a/filters/installer/pom.xml +++ b/filters/installer/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.sli.core filters - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT filters-installer Filters - Karaf Installer diff --git a/filters/pom.xml b/filters/pom.xml index 2e159c41..f79787ea 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.sli.core ccsdk-sli-core - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT 4.0.0 @@ -16,7 +16,7 @@ Filters Servlet filter to implement ECOMP logging spec - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index 240966e8..a5907193 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.sli.core filters - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT filters-provider bundle -- cgit 1.2.3-korg