diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-10 14:55:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-10 14:55:19 -0500 |
commit | ef9ea4a43ee8c30d1d11c73404f1eb0b304f7be1 (patch) | |
tree | 9a6b93986982434bc9e5a3da3d699a53067e4174 /core/sliPluginUtils | |
parent | b5a1f49893bcbe44fda1b0ea6340f8f834adf2b2 (diff) |
Release initial SLI version for London release
Release initial SLI version for London relesae
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3450a52897fc041950499eb9722f0c491f618e61
Diffstat (limited to 'core/sliPluginUtils')
-rwxr-xr-x | core/sliPluginUtils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sliPluginUtils/installer/pom.xml b/core/sliPluginUtils/installer/pom.xml index f7eb7ab35..a61847dd8 100755 --- a/core/sliPluginUtils/installer/pom.xml +++ b/core/sliPluginUtils/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils-installer</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: ${project.artifactId}</name> diff --git a/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml index fafd51e67..7bee01bfd 100755 --- a/core/sliPluginUtils/pom.xml +++ b/core/sliPluginUtils/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: ${project.artifactId}</name> diff --git a/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml index 44ddc6d06..167baa55c 100755 --- a/core/sliPluginUtils/provider/pom.xml +++ b/core/sliPluginUtils/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils-provider</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: ${project.artifactId}</name> |