Skip to content

Commit bffde13

Browse files
committed
Adjust Java 17 profile
1 parent 3b27aa6 commit bffde13

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,11 @@
731731
<profile>
732732
<id>java-17</id>
733733
<activation>
734-
<jdk>[17,)</jdk>
734+
<jdk>17</jdk>
735735
</activation>
736+
<properties>
737+
<jena.version>5.6.0</jena.version>
738+
</properties>
736739
<modules>
737740
<module>quarkus</module>
738741
<module>reports</module>

0 commit comments

Comments
 (0)