diff options
author | Joseph Keenan <joseph.keenan@est.tech> | 2022-06-15 15:32:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-15 15:32:19 +0000 |
commit | 9f8e14a7c8d12832d4d8a4757a9d3be5c05c6007 (patch) | |
tree | 03303d15217c7c0c833db7fa87e37d5afa2ed203 /cps-ncmp-service/pom.xml | |
parent | f174640d9aebe8b962de651d954243f434cc5eab (diff) | |
parent | 395795ee7f16741a43abfbe5210b45d5ce201e14 (diff) |
Merge "Retry CM-Handles that are LOCKED, Failed-to-Sync"
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 99a024e65d..502e9824d7 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2021-2022 Nordix Foundation Modifications Copyright (C) 2021 Pantheon.tech + Modifications Copyright (C) 2022 Bell Canada ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,10 +32,10 @@ </parent> <artifactId>cps-ncmp-service</artifactId> + <properties> - <minimum-coverage>0.93</minimum-coverage> + <minimum-coverage>0.96</minimum-coverage> </properties> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> |