diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-03 13:28:31 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-03 13:28:31 -0500 |
commit | ccc9dffe40a1978ff129c9280b019f2dd9e52eeb (patch) | |
tree | e18233f038c66a9cea2f7c48e63470fd30d7c896 /sshapi-call-node/provider/pom.xml | |
parent | 94ca994a89607f28e38129f43c89d2402859092f (diff) |
Use released 1.5.2 CCSDK parent
Update to use released version of CCSDK parent pom
Change-Id: Ie2db3e1f9f8e2aa411a456cb3f29916226aa6b10
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sshapi-call-node/provider/pom.xml')
-rwxr-xr-x | sshapi-call-node/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshapi-call-node/provider/pom.xml b/sshapi-call-node/provider/pom.xml index 95ca09cf..a6e7b8f5 100755 --- a/sshapi-call-node/provider/pom.xml +++ b/sshapi-call-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |