diff options
author | 2025-02-06 16:31:29 +0000 | |
---|---|---|
committer | 2025-02-06 16:31:29 +0000 | |
commit | 5e1fb6f6917d286d6deadc6a00b2de4a55b78f17 (patch) | |
tree | c7ca0841f06acff7c3de6ff51a7b051a1aa565fc /cps-ri/pom.xml | |
parent | 2489064ffa94f76a5e49fed8e06d1299ec9cc671 (diff) | |
parent | 4ec2a5d944b4c2bad799e6610f03912f5c955b50 (diff) |
Merge "Fix duplicated yang resource references V2"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 7ae85df851..aa5fad9ac2 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START=======================================================
Copyright (C) 2020-2021 Pantheon.tech
Modifications Copyright (C) 2020-2021 Bell Canada
- Modifications Copyright (C) 2020-2024 Nordix Foundation
+ Modifications Copyright (C) 2020-2025 Nordix Foundation
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ <artifactId>cps-ri</artifactId>
<properties>
- <minimum-coverage>0.29</minimum-coverage>
+ <minimum-coverage>0.31</minimum-coverage>
<!-- Additional coverage is provided by integration-test module -->
</properties>
|