diff options
author | Dan Timoney <dtimoney@att.com> | 2024-01-10 14:45:04 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-01-10 14:45:04 -0500 |
commit | f2f9bdabec07c512e419ab849446817ed69153a0 (patch) | |
tree | 661b829b78c7053e78a976fac2bd12889974dd80 /northbound/lcm | |
parent | 42b2dd75a08d581293af99cb7c3a56cebfb83598 (diff) |
Release version 1.5.6 of ccsdk/slikohn
Release version 1.5.6 of ccsdk/sli and roll to next snapshot
Issue-ID: CCSDK-3977
Change-Id: I6810488ba43cf575a87d8e9936e8a764283599f6
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 ce1913a9a..6caf2da2f 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.6-SNAPSHOT</version> + <version>1.5.7-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 24b2af6e0..8bc980fd1 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.6-SNAPSHOT</version> + <version>1.5.7-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 585af1d19..9b6cadf7d 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.6-SNAPSHOT</version> + <version>1.5.7-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 f7e29183a..81d117472 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.6-SNAPSHOT</version> + <version>1.5.7-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |