diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-24 18:04:10 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 18:04:10 +0000 |
commit | ee2fd4e23f3abc91d648a4b52928144ba7ef5ce8 (patch) | |
tree | b8af28de611ec6e6c47ae7acc247eb583fb2cf2d /core/sliPluginUtils | |
parent | 72aef3a6324c78a62d0eff65217d4861440841f5 (diff) |
Update to use v2.5.3 parent poms
Update to use latest released London parent poms
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I25119529fc09c23fa69fa91505a80631d6fac8b4
Diffstat (limited to 'core/sliPluginUtils')
-rwxr-xr-x | core/sliPluginUtils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sliPluginUtils/installer/pom.xml b/core/sliPluginUtils/installer/pom.xml index 2a37515d6..34fcf2b85 100755 --- a/core/sliPluginUtils/installer/pom.xml +++ b/core/sliPluginUtils/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/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml index a4ab98cd6..757037c1f 100755 --- a/core/sliPluginUtils/pom.xml +++ b/core/sliPluginUtils/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/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml index 121186ec9..818247d76 100755 --- a/core/sliPluginUtils/provider/pom.xml +++ b/core/sliPluginUtils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> <relativePath/> </parent> |