This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 68cd44b9f6 updated parent pom ver.37
68cd44b9f6 is described below
commit 68cd44b9f6edc8af4f50192d0c9172e1e5939ed8
Author: Andrea Del Bene <[email protected]>
AuthorDate: Tue May 12 13:29:15 2026 +0200
updated parent pom ver.37
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d7870ff3b2..f2186228c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>37</version>
</parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
@@ -139,6 +139,7 @@
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
+ <maven.compiler.release>21</maven.compiler.release>
<!-- Project Versions -->
<asm.version>9.9.1</asm.version>