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


The following commit(s) were added to refs/heads/master by this push:
     new b6f27cb6 Fix JaCoCo on Java 25-ea
b6f27cb6 is described below

commit b6f27cb647b5f6d9bedd92f7a4bc80518d18d017
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 24 17:07:07 2025 -0400

    Fix JaCoCo on Java 25-ea
---
 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 c9e5267d..4759bc99 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -97,10 +97,10 @@
       </properties>
     </profile>
     <profile>
-      <!-- Java 11 -->
-      <id>java-24</id>
+      <!-- Java 24 and up. -->
+      <id>java-24-up</id>
       <activation>
-        <jdk>24</jdk>
+        <jdk>[24,)</jdk>
       </activation>
       <properties>
         <!-- JaCoCo: Java 24 limits show up differently on Java 24. -->

Reply via email to