diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-12 11:35:04 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-12 11:35:04 -0500 |
commit | 89258f5b8a69b5c0fdfde2ac7554ecb9d9727cec (patch) | |
tree | c9f3af06a3b6874a60853f48c535e83a56035284 /northbound/lcm | |
parent | d005e266f51244e235f224d43683f93b89616fe4 (diff) |
Release version 1.5.5 ccsdk/sli
Release version 1.5.5 ccsdk/sli with dmaapClient version fix
Issue-ID: SDNC-1765
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib33e8a08c91ec8dc7d15d71c66039b42bd8e2964
Diffstat (limited to 'northbound/lcm')
-rwxr-xr-x | northbound/lcm/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/lcm/installer/pom.xml b/northbound/lcm/installer/pom.xml index df909610d..ce1913a9a 100755 --- a/northbound/lcm/installer/pom.xml +++ b/northbound/lcm/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-installer</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml index 7ca7278ec..24b2af6e0 100755 --- a/northbound/lcm/model/pom.xml +++ b/northbound/lcm/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-model</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/lcm/pom.xml b/northbound/lcm/pom.xml index 04fcfc372..585af1d19 100755 --- a/northbound/lcm/pom.xml +++ b/northbound/lcm/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/lcm/provider/pom.xml b/northbound/lcm/provider/pom.xml index dff05236e..f7e29183a 100755 --- a/northbound/lcm/provider/pom.xml +++ b/northbound/lcm/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>lcm-provider</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |