diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-08-05 17:40:35 +0530 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-09 09:59:13 -0400 |
commit | c75c7f25e756f92782565d9ab2a697bba1fa1614 (patch) | |
tree | f14d9f29fd96089fdaf932308989cf2ee1245a1a /ms/blueprintsprocessor/modules/commons/db-lib | |
parent | 24f07af3434838c1d41c1dfd64bcb2a083201cd9 (diff) |
Added service for Edit CBA
Added service for search result CBA
Change-Id: Iba00f048abc59878e6dcda9d1de9f0fc823d9130
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/db-lib')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 9c5d90fdc..d2c69d613 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>commons</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> </parent> <artifactId>db-lib</artifactId> |