diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:56:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:56:36 -0400 |
commit | 100808e0ac07d1cf20932234c28d474094a23016 (patch) | |
tree | 76e790ae3bb74d3a2de4bebbfb8c0523db064309 /properties-node/provider/pom.xml | |
parent | e3c51b7c05dd8197f000eccfd0a3da567f7da7ba (diff) |
Use released version 1.5.9 of parent pom
Update to use released version 1.5.9 of parent pom
Change-Id: Iea96e71071e82f98765323ed67b7e427b30e1a8a
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'properties-node/provider/pom.xml')
-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 21cc7aec..640cf492 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.5.6</version> + <version>1.5.9</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |