Skip to content

Commit 2c7e0b3

Browse files
authored
run jdk17 tests on all Java versions 17+ (#738)
1 parent 306fdbf commit 2c7e0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
210210

211211
<profiles>
212212
<profile>
213-
<!-- And different set up for JDK 17 -->
213+
<!-- And different set up for JDK 17 and above -->
214214
<id>java17</id>
215215
<activation>
216-
<jdk>17</jdk>
216+
<jdk>[17, )</jdk>
217217
</activation>
218218
<build>
219219
<plugins>

0 commit comments

Comments
 (0)