diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-06 08:35:06 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-06 08:36:02 -0500 |
commit | 916896050060285d93b27d20c04b2070d5284468 (patch) | |
tree | 99383c79398382cbabc2a080110960e13b743770 /optical-service/installer | |
parent | a8a9efa6c90d6e3e90be18d3cff3f4fd64e252dd (diff) |
Use released Frankfurt M4 parent poms
Update to use released Frankfurt M4 version of parent poms.
Change-Id: I6defeb51d195755b99669c1785df3ec0815afe89
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'optical-service/installer')
-rw-r--r-- | optical-service/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index a0891bd3..32fe2120 100644 --- a/optical-service/installer/pom.xml +++ b/optical-service/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> |