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 c31ead3a Fix comments
c31ead3a is described below
commit c31ead3acb9e87ccf4989652dac2752d085cfe7b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri May 2 09:35:44 2025 -0400
Fix comments
---
commons-rdf-simple/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml
index 81e1fbda..b4b386ea 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -115,7 +115,7 @@
</profile>
<profile>
<!-- Java 21 -->
- <id>java-21-up</id>
+ <id>java-21</id>
<activation>
<jdk>21</jdk>
</activation>
@@ -128,7 +128,7 @@
</profile>
<profile>
<!-- Java 24 -->
- <id>java-24-up</id>
+ <id>java-24</id>
<activation>
<jdk>24</jdk>
</activation>