diff options
author | Dan Timoney <dtimoney@att.com> | 2022-10-24 09:00:01 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-10-24 09:00:01 -0400 |
commit | b28d2307b3dad32076b1842025d643859c2297e1 (patch) | |
tree | c93dba6a6cb0a6788bf8831dbe00a2e29d09adeb /northbound/lcm | |
parent | f4cfaf14c8e064522e196e192c53ceb38909fc83 (diff) |
Release version 1.5.2 of sli and roll to next snapshot
Release version 1.5.2 of ccsdk/sli and roll to next snapshot
version
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie2a4c64d2b6cc55ef90a4a79c0710df1c1be702b
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 e45daa60e..53741339e 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.2-SNAPSHOT</version> + <version>1.5.3-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 799e0fb55..6cad22561 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.2-SNAPSHOT</version> + <version>1.5.3-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 1e48c72c2..4cbf5b5fa 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.2-SNAPSHOT</version> + <version>1.5.3-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 8417706f8..e5aac916e 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.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |