This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git
The following commit(s) were added to refs/heads/main by this push:
new 9635dd3 update apache parent
9635dd3 is described below
commit 9635dd3d5211149348ec6b6414522917f9dd94a9
Author: Markus Jung <[email protected]>
AuthorDate: Fri May 29 08:03:53 2026 +0200
update apache parent
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0a11a9..954f913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>38</version>
<relativePath /> <!--Resolve on repository-->
</parent>
@@ -46,8 +46,7 @@
</scm>
<properties>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
+ <maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Reproducible builds see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->