This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b46a819 Adjust commons.jacoco.branchRatio for Java 21.
7b46a819 is described below

commit 7b46a819bc4394d8e7ac90d5774454fd064101d6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 00:54:13 2026 +0000

    Adjust commons.jacoco.branchRatio for Java 21.
---
 commons-rdf-simple/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml
index 282f70b5..0b140b79 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -44,7 +44,7 @@
     <commons.jacoco.classRatio>0.84</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.81</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.83</commons.jacoco.methodRatio>
-    <commons.jacoco.branchRatio>0.72</commons.jacoco.branchRatio>
+    <commons.jacoco.branchRatio>0.71</commons.jacoco.branchRatio>
     <commons.jacoco.lineRatio>0.81</commons.jacoco.lineRatio>
     <commons.jacoco.complexityRatio>0.73</commons.jacoco.complexityRatio>
   </properties>

Reply via email to