diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-05 11:16:09 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-05 11:16:09 -0500 |
commit | 0fed6e1f4350abe02882e1e6a2c4898d98f96f1d (patch) | |
tree | 85df0719f4d523693d08567f4f3fecee89ca2545 /core/sliPluginUtils | |
parent | 0529229a8078d357221f60df2d9ca964d45ceca8 (diff) |
Release version 1.5.4 ccsdk/sli
Release version 1.5.4 of ccsdk/sli
Issue-ID: CCSDK-3796
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7cf71db8f51767907de65f50d4f79f1f2f96e04f
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 7e5d9cb1f..1557dc4f6 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.5.4-SNAPSHOT</version> + <version>1.5.5-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 d5fef89d2..b7aa4d5b5 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.5.4-SNAPSHOT</version> + <version>1.5.5-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 23956a3cb..b38eb1d79 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.5.4-SNAPSHOT</version> + <version>1.5.5-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-core :: ${project.artifactId}</name> |