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 /plugins/properties-node | |
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 'plugins/properties-node')
-rwxr-xr-x | plugins/properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/properties-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index 3bb37c9e5..87eabbe1f 100755 --- a/plugins/properties-node/installer/pom.xml +++ b/plugins/properties-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index 319fe0f49..dd7e9506e 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index cb528c817..ba0ac9027 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |