diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-06 10:59:24 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-12-06 10:59:24 -0500 |
commit | 8c0806fea85313f7ceab21e7f3c8a584f69a0b9b (patch) | |
tree | 387845b4e95cccd8c49ea48b00f53a92ce769173 /adaptors/ssh-adaptor | |
parent | a7c2d1dc89a2ec67b8643197de33d125f2bb294c (diff) |
Release version 1.3.3 (Istanbul / Silicon SR2)
Release version 1.3.3 and roll to next snapshot version
Issue-ID: CCSDK-3512
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iaf83f49d7e1d4dd1beebabdbb07046fb7e96ff4f
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 50453650f..fb2c41d94 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.3.3-SNAPSHOT</version> + <version>1.3.4-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 8e305fa90..a7b5d1cc3 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.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |