fix activation pattern
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
43e3ee7406
commit
d8b910c843
|
@ -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+.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<profile>
|
||||
<id>enable-foreign</id>
|
||||
<activation>
|
||||
<jdk>22)</jdk>
|
||||
<jdk>[22,)</jdk>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>jetty-quic-quiche-foreign</module>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<profile>
|
||||
<id>enable-foreign</id>
|
||||
<activation>
|
||||
<jdk>22)</jdk>
|
||||
<jdk>[22,)</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<profile>
|
||||
<id>enable-foreign</id>
|
||||
<activation>
|
||||
<jdk>22)</jdk>
|
||||
<jdk>[22,)</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<profile>
|
||||
<id>enable-foreign</id>
|
||||
<activation>
|
||||
<jdk>22)</jdk>
|
||||
<jdk>[22,)</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue