diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:30:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 12:38:59 -0400 |
commit | cea47224b7b6afdd7b3d3ead8d08baf46eadc575 (patch) | |
tree | cd4cd05ab244a3900186aa6b7ddd540c663e714a /sdnr/northbound/addCMHandle/installer/pom.xml | |
parent | 189b8c0700df37465590a491e35a79b339630ee8 (diff) |
Use released 2.4.0 parent poms
Use released version 2.4.0 (Phosphorus) of parent poms
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5349cff2b048f02aa0cfeb5bc51a5e9b03eec4b3
Diffstat (limited to 'sdnr/northbound/addCMHandle/installer/pom.xml')
-rwxr-xr-x | sdnr/northbound/addCMHandle/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/addCMHandle/installer/pom.xml b/sdnr/northbound/addCMHandle/installer/pom.xml index 6975ea680..f1038f607 100755 --- a/sdnr/northbound/addCMHandle/installer/pom.xml +++ b/sdnr/northbound/addCMHandle/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> |