diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-02 09:37:33 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-02 09:37:33 -0500 |
commit | 1247537817bee6d22bb6c5c11f83b4360a58ca83 (patch) | |
tree | 05ad7c324fe3529ef5d60e431f61cfc178588da7 /plugins/properties-node | |
parent | 000a7a0b602cc225d42588d5f7ce9503bbe67b7f (diff) |
Use released version 3.0.1 of parent pom
Update to use released version 3.0.1 of parent pom
Issue-ID: CCSDK-4066
Change-Id: Ib81dadc9259428d39ddfa2f1bf55f42cace58968
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 e25ea0c08..e885ce1bb 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>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index bc331862d..08aa2d90b 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>3.0.1-SNAPSHOT</version> + <version>3.0.1</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 423b776b8..f99ab0f09 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>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |