diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-03 10:56:20 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-04 11:55:48 -0500 |
commit | a0f9f9bf12b06c894b980d4438ddae4cf5a4abd2 (patch) | |
tree | 133c3f30a128d84899152a2825b774d06a156231 /sliapi/installer | |
parent | 2ca6b604042735c56797a2eebd5472a6adaf44d4 (diff) |
Use released 1.5.2 CCSDK parent
Update to use released version of CCSDK parent pom
Change-Id: I573d5c30a799c1bf828b195aa0dff1b85c9a44ad
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/installer')
-rwxr-xr-x | sliapi/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 2f363ef5..304e0358 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> |