summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2023-08-21 17:42:57 +0100
committerToineSiebelink <toine.siebelink@est.tech>2023-08-21 17:42:57 +0100
commit2c871de5d55045efc1efd95e0170e0c2b8299ba3 (patch)
treeb9ef08a1c97f796cd34e94a37d9ff1362b7f1fda
parent9f8ddd047943525bebf8a49599f22dbe530b4361 (diff)
Correct minimum-coverage in pom files
Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I43fb6e1be7595faddfb5a22932793e8909b036fc
-rw-r--r--cps-ncmp-rest/pom.xml4
-rw-r--r--cps-ri/pom.xml2
2 files changed, 1 insertions, 5 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml
index e60e17418..b56dbcd6f 100644
--- a/cps-ncmp-rest/pom.xml
+++ b/cps-ncmp-rest/pom.xml
@@ -33,10 +33,6 @@
<artifactId>cps-ncmp-rest</artifactId>
- <properties>
- <minimum-coverage>1.00</minimum-coverage>
- </properties>
-
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 941d44734..de4aa84d2 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -33,7 +33,7 @@
<artifactId>cps-ri</artifactId>
<properties>
- <minimum-coverage>0.28</minimum-coverage>
+ <minimum-coverage>0.29</minimum-coverage>
<!-- Additional coverage is provided by integration-test module -->
</properties>