diff options
author | Dan Timoney <dtimoney@att.com> | 2024-04-18 09:40:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-04-18 15:49:17 -0400 |
commit | 79cddca0dcd957fbea85e7e73f44b8d934dd975b (patch) | |
tree | 1f8cfe0ec046e20796674eefb8b27dd3a31380d2 /plugins/sshapi-call-node | |
parent | 7f7b50d25f1e75706a9f1c22a897c715c377d1d9 (diff) |
Release version 1.7.2 of ccsdk/sli
Release version 1.7.2 of ccsdk/sli artifacts and bump snapshot version
Issue-ID: CCSDK-4004
Change-Id: Ide0dc891e601538978f0c236187860bacfc4dc7c
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'plugins/sshapi-call-node')
-rwxr-xr-x | plugins/sshapi-call-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/sshapi-call-node/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/sshapi-call-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sshapi-call-node/installer/pom.xml b/plugins/sshapi-call-node/installer/pom.xml index f03feff36..0c125e442 100755 --- a/plugins/sshapi-call-node/installer/pom.xml +++ b/plugins/sshapi-call-node/installer/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>sshapi-call-node-installer</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/sshapi-call-node/pom.xml b/plugins/sshapi-call-node/pom.xml index adcc2e831..c61274c99 100755 --- a/plugins/sshapi-call-node/pom.xml +++ b/plugins/sshapi-call-node/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>sshapi-call-node</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> diff --git a/plugins/sshapi-call-node/provider/pom.xml b/plugins/sshapi-call-node/provider/pom.xml index b229fb4a2..cb5107d2f 100755 --- a/plugins/sshapi-call-node/provider/pom.xml +++ b/plugins/sshapi-call-node/provider/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>sshapi-call-node-provider</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: ${project.artifactId}</name> |