diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-27 15:52:27 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-11 16:16:09 -0400 |
commit | 73c3bb0087e0272703e3524b34e31894cb1d4d1e (patch) | |
tree | 93a290235da4e93343b749ec13b368a25264c79a /adaptors/mdsal-resource | |
parent | e65b8638cb888f66d3c03f5507a804ff07851e0e (diff) |
Update to use released versionsnewdelhi
Update to use released versions of parent poms for New Delhi release
Issue-ID: CCSDK-4058
Change-Id: Ie02b482d2717e997851425031a062601a67ad669
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/mdsal-resource')
-rwxr-xr-x | adaptors/mdsal-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/mdsal-resource/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/mdsal-resource/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/mdsal-resource/installer/pom.xml b/adaptors/mdsal-resource/installer/pom.xml index ab5adacd9..46c6981cf 100755 --- a/adaptors/mdsal-resource/installer/pom.xml +++ b/adaptors/mdsal-resource/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.1</version> + <version>2.7.0</version> <relativePath/> </parent> diff --git a/adaptors/mdsal-resource/pom.xml b/adaptors/mdsal-resource/pom.xml index 7946fa511..51e4c2f0b 100755 --- a/adaptors/mdsal-resource/pom.xml +++ b/adaptors/mdsal-resource/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.1</version> + <version>2.7.0</version> <relativePath/> </parent> diff --git a/adaptors/mdsal-resource/provider/pom.xml b/adaptors/mdsal-resource/provider/pom.xml index a96ea9c50..389070e79 100755 --- a/adaptors/mdsal-resource/provider/pom.xml +++ b/adaptors/mdsal-resource/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.6.1</version> + <version>2.7.0</version> <relativePath/> </parent> |