diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-24 17:03:05 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-27 08:58:46 -0500 |
commit | 08e748cfe8a6f947e675fb7a505e0d61cc055f05 (patch) | |
tree | be3e0ec577a9b113c7ea3e5f2cfba6fbf90e0dc5 /features | |
parent | 2c977a04a32e29b5ba42c656898d3a049d2739e4 (diff) |
Use version 2.5.3 parent poms
Update to use latest released London parent poms v2.5.3
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic606d7923de32c3c1e4275820b5016a858490cd8
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 5de26c23..12ef60a4 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index cb426041..2ecf52d9 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index 31d1a8ef..74722417 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 3c9f0c42..a23ff475 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> <relativePath/> </parent> |