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

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

commit 9aa8603332f345b113e730dcc876289ef55b3362
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 24 18:15:04 2025 -0400

    Fix JaCoCo limits
---
 commons-rdf-simple/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml
index 4759bc99..5ab9b341 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -98,12 +98,12 @@
     </profile>
     <profile>
       <!-- Java 24 and up. -->
-      <id>java-24-up</id>
+      <id>java-17-up</id>
       <activation>
-        <jdk>[24,)</jdk>
+        <jdk>[17,)</jdk>
       </activation>
       <properties>
-        <!-- JaCoCo: Java 24 limits show up differently on Java 24. -->
+        <!-- JaCoCo: Java 17 limits show up differently on Java >= 17. -->
         <!-- JaCoCo: Don't make code coverage worse than: -->
         <commons.jacoco.classRatio>0.84</commons.jacoco.classRatio>
         <commons.jacoco.instructionRatio>0.81</commons.jacoco.instructionRatio>

Reply via email to