This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch ee11 in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 1ed79e6def56a1189f4f6ab402fd8c8eb7ed1a6a Author: Richard Zowalla <[email protected]> AuthorDate: Thu Oct 16 09:20:42 2025 +0200 Move to Java 21 (as dictated by CXF) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 34a16f5c5b..eb737b54c0 100644 --- a/pom.xml +++ b/pom.xml @@ -164,10 +164,10 @@ <!-- Java SE version --> - <maven.compiler.source>17</maven.compiler.source> - <maven.compiler.target>17</maven.compiler.target> + <maven.compiler.source>21</maven.compiler.source> + <maven.compiler.target>21</maven.compiler.target> - <maven.compiler.release>17</maven.compiler.release> + <maven.compiler.release>21</maven.compiler.release> <version.micrometer>1.12.5</version.micrometer> <!-- Micro Profile APIs (6.1) --> <version.microprofile.config>3.1</version.microprofile.config>
