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 d4cbcd8f 0.71 is for GH CI Java 17, 0.72 OK for me locally.
d4cbcd8f is described below
commit d4cbcd8fa89732c821cc9fcace43af1f410db6c7
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 10:20:03 2026 -0400
0.71 is for GH CI Java 17, 0.72 OK for me locally.
---
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 0b140b79..2f02f2d8 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -108,7 +108,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.72</commons.jacoco.complexityRatio>
</properties>