This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 10545c6 Fix build by JDK 25 (#558)
10545c6 is described below
commit 10545c60ff2ef7501e3c33c318d6a8c160531234
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Oct 7 22:32:48 2025 +0200
Fix build by JDK 25 (#558)
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7a9859d..aa83b37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,9 @@
<mavenFilteringVersion>3.4.0</mavenFilteringVersion>
<mavenVersion>3.2.5</mavenVersion>
<javaVersion>8</javaVersion>
+
+ <!-- TODO remove with next parent version bump -->
+ <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<project.build.outputTimestamp>2023-06-11T20:08:08Z</project.build.outputTimestamp>
</properties>