This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new 41931a67a90 CAUSEWAY-3892: prepare for building on JDK 25 (fix. prev
commit)
41931a67a90 is described below
commit 41931a67a902b5750bfb6d8c733546fa59614107
Author: Andi Huber <[email protected]>
AuthorDate: Wed Sep 17 12:13:40 2025 +0200
CAUSEWAY-3892: prepare for building on JDK 25 (fix. prev commit)
---
parent/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 874a0b42280..c8c41cb015c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,6 @@
from github actions/setup-java@v3 -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
<maven.compiler.release>17</maven.compiler.release>
- <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<!-- for m-plugin-p and maven-plugin-annotations -->
<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>