diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-28 10:58:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-28 10:58:56 -0400 |
commit | af96264caed5c3f90657f80588cdde6858012a7f (patch) | |
tree | 7c9957cd0c34ea960cbc704794a9ce527a422d28 /plugins/properties-node | |
parent | ab3fb66ccf5b490275b3ee23024d1d2422bce407 (diff) |
Use released parent pom 2.3.3
Use released 2.3.3 version of parent pom
Issue-ID: CCSDK-3604
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4052fd67e9f8729550e6a727dad2a0481ffec673
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 e60514f7f..d5cdc835b 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.3.3-SNAPSHOT</version> + <version>2.3.3</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index 08221d5dd..0502ddfb6 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.3.3-SNAPSHOT</version> + <version>2.3.3</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 b0319f4c2..f2ad6449d 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.3.3-SNAPSHOT</version> + <version>2.3.3</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |