diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:32:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:32:40 -0400 |
commit | 367e5c3c676efdcdb8f4135b8a2beca2ac9fd3de (patch) | |
tree | d48bf5ab38536fdcdbe0ad3150355253a8a8aef3 /properties-node | |
parent | bb5d0eab13c2fbff0475ee6f977cb9c7ca7bf287 (diff) |
Use released 2.0.2 parent pom
Update to use released 2.0.2 version of parent poms
Change-Id: I8bae6111b222112ecca33f2f006a9e7139dcc309
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'properties-node')
-rwxr-xr-x | properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index eaaadc07..b073580a 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/pom.xml b/properties-node/pom.xml index 1f0c76e7..eed3a0f7 100755 --- a/properties-node/pom.xml +++ b/properties-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index 8ba8dc71..98dd5fc5 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |