diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 13:55:43 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 13:55:43 -0400 |
commit | 5ddde36ddd17ef3cbcae6df12cd4862998d7f2ad (patch) | |
tree | 726fe374737ccf97c187a01d633ed3501242373d /properties-node/provider | |
parent | 93c91c2fc80a31585c8f902c86bc4e1faf5b966d (diff) |
Update to use released 1.2.2 parent0.4.2
Update to use released 1.2.2 version of parent poms.
Change-Id: I303781ad2d8946a942212780884a96c1ac34d75c
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'properties-node/provider')
-rwxr-xr-x | properties-node/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index 532d5f7b..c819973c 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>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |