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 /plugins/restconf-client | |
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 'plugins/restconf-client')
-rwxr-xr-x | plugins/restconf-client/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/restconf-client/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/restconf-client/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/restconf-client/installer/pom.xml b/plugins/restconf-client/installer/pom.xml index 73dbe7f45..53ef3b043 100755 --- a/plugins/restconf-client/installer/pom.xml +++ b/plugins/restconf-client/installer/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-installer</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index c601aa789..049947fc1 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index c9464437f..8a77f2e11 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-provider</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |