Skip to content

Commit

Permalink
Fix mistake in test classpath setup for 20 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Sep 20, 2023
1 parent 76f461e commit 0a34876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@
<profile>
<id>java20-test-classpath</id>
<activation>
<jdk>[20,20)</jdk>
<jdk>[20,21)</jdk>
</activation>
<build>
<plugins>
Expand Down Expand Up @@ -944,7 +944,7 @@
<profile>
<id>java21-test-classpath</id>
<activation>
<jdk>[21,21)</jdk>
<jdk>[21,22)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 0a34876

Please sign in to comment.