fix activation pattern

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2024-04-10 09:40:35 +02:00
parent 43e3ee7406
commit d8b910c843
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
<profile>
<id>enable-foreign</id>
<activation>
<jdk>22)</jdk>
<jdk>[22,)</jdk>
</activation>
<!--
This profile makes sure the Foreign binding is used for tests when running on JDK 22+.

View File

@ -20,7 +20,7 @@
<profile>
<id>enable-foreign</id>
<activation>
<jdk>22)</jdk>
<jdk>[22,)</jdk>
</activation>
<modules>
<module>jetty-quic-quiche-foreign</module>

View File

@ -42,7 +42,7 @@
<profile>
<id>enable-foreign</id>
<activation>
<jdk>22)</jdk>
<jdk>[22,)</jdk>
</activation>
<dependencies>
<dependency>

View File

@ -103,7 +103,7 @@
<profile>
<id>enable-foreign</id>
<activation>
<jdk>22)</jdk>
<jdk>[22,)</jdk>
</activation>
<build>
<plugins>

View File

@ -103,7 +103,7 @@
<profile>
<id>enable-foreign</id>
<activation>
<jdk>22)</jdk>
<jdk>[22,)</jdk>
</activation>
<build>
<plugins>