diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-21 16:57:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-21 16:57:55 -0400 |
commit | 000a7a0b602cc225d42588d5f7ce9503bbe67b7f (patch) | |
tree | b6e96b68e3a9bb29ee6dd20d0603cb7f3fb96b5c /adaptors/ssh-adaptor/ssh-adaptor-bundle | |
parent | e477961f068b9d76a6db2a2be6e7aaa5fc6f65a7 (diff) |
Update to use latest parent snapshot to pick up third party version
changes
Issue-ID: CCSDK-4042
Change-Id: If87774b0428856c06f01354439ab26a9516df195
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/ssh-adaptor/ssh-adaptor-bundle')
-rw-r--r-- | adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml b/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml index 2384c0144..5f552bb83 100644 --- a/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml +++ b/adaptors/ssh-adaptor/ssh-adaptor-bundle/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath/> </parent> |