diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-30 10:14:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-30 10:14:40 -0400 |
commit | ac51d166eb076e4dc8811349ed3baa252b86269c (patch) | |
tree | 8ee7b4cd557ff5a6085b8579a4e93971832fa8fd /features | |
parent | 08e748cfe8a6f947e675fb7a505e0d61cc055f05 (diff) |
Upgrade to OpenDaylight Chlorine version of poms
Update to OpenDaylight Chlorine version of parent poms
Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9cae93be340b7fab1fe80225b2e705b1ba053421
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 12ef60a4..0f185de0 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.3</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 2ecf52d9..f9fde573 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.3</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index 74722417..5e7d848e 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.3</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index a23ff475..39734c81 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.3</version> + <version>2.5.4</version> <relativePath/> </parent> |