diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:56:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:56:07 -0500 |
commit | 44924cf809a463f576ad881bd70e84a0e2d8a026 (patch) | |
tree | 74b878118ab9090fbbe9d7843f32db7f1af51d23 /lcm/installer | |
parent | f0594b8f4684ddbb81e490c630e5a968abd2170f (diff) |
Use released 1.5.2 CCSDK parent
Update to use released version of CCSDK parent pom
Change-Id: I27885e3e08b774fb9f7737111641d7dd585906de
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'lcm/installer')
-rwxr-xr-x | lcm/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/installer/pom.xml b/lcm/installer/pom.xml index 9884f7603..ef471fe12 100755 --- a/lcm/installer/pom.xml +++ b/lcm/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> |