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/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer | |
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/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer')
-rwxr-xr-x | sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/pom.xml b/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/pom.xml index 0cea8a065..76993dd1b 100755 --- a/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/pom.xml +++ b/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/installer/pom.xml @@ -22,14 +22,13 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> |