diff options
author | 2024-10-14 11:27:12 -0400 | |
---|---|---|
committer | 2025-01-17 15:06:47 -0500 | |
commit | cf976d4adc7e440df8a9c625d4e664c8696e0c42 (patch) | |
tree | 8267efd8925ce67f6a7b79dc1d68415796b037ba /adaptors/ssh-adaptor | |
parent | 73c3bb0087e0272703e3524b34e31894cb1d4d1e (diff) |
Release version 1.8.0 of ccsdk/slinewdelhi
Release version 1.8.0 of CCSDK sli and roll snapshot version
Issue-ID: CCSDK-4058
Change-Id: Id8cbc01e4e1bab6d7ca5d08f304958ca9395ec0a
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/ssh-adaptor')
-rw-r--r-- | adaptors/ssh-adaptor/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/adaptors/ssh-adaptor/pom.xml b/adaptors/ssh-adaptor/pom.xml index b15512e9e..80f503b8a 100644 --- a/adaptors/ssh-adaptor/pom.xml +++ b/adaptors/ssh-adaptor/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ssh-adaptor</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> diff --git a/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml b/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml index 0005db518..6caea6821 100644 --- a/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml +++ b/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ssh-adaptor-bundle</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |