diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-11 11:19:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-11 14:33:03 -0400 |
commit | c4b09e567dbf14e4c181ad2a248faf242ac313b8 (patch) | |
tree | 1e7d40368f54dd5af4406b8beaf963fab84b05df /sliPluginUtils/pom.xml | |
parent | 5e76740a52110ae4d2413354439e8b0ff0e2ae0c (diff) |
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 <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils/pom.xml')
-rwxr-xr-x | sliPluginUtils/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index 5e084af8d..3d80b7231 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -3,7 +3,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils</artifactId> - <version>0.1.1-SNAPSHOT</version> + <version>0.1.2-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> @@ -11,7 +11,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core</artifactId> - <version>0.1.1-SNAPSHOT</version> + <version>0.1.2-SNAPSHOT</version> </parent> <name>Service Logic Interface Plugin Utilities</name> <description>A package of static utility functions to be used when developing SLI plugins</description> |