Skip to content

Commit 5f0e1e5

Browse files
committed
Update modernizer target to Java 21
We are using Java 21, let's tell modernizer-maven-plugin that. Change-Id: I0a47507eab69f1c2e20f7dc2a73347204a03dcbc Signed-off-by: Robert Varga <[email protected]>
1 parent 662fcc8 commit 5f0e1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odlparent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- Target release for modernizer-maven-plugin. It defaults to '1.11',
7777
meaning Java 11, but can be set to any version in pom.xml of project
7878
which desires to override it (such as '1.12' for Java 12). -->
79-
<odlparent.modernizer.target>1.17</odlparent.modernizer.target>
79+
<odlparent.modernizer.target>1.21</odlparent.modernizer.target>
8080

8181
<!-- Opt-out from spotbugs-maven-plugin failing the build on violations. Defaults
8282
to true. Set to 'false' in pom.xml of project which desires to not enforce

0 commit comments

Comments
 (0)