This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch parent45 in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
commit 52791c8abf43c927c9e436d3ed7630322a39a0bc Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 23 00:54:23 2025 +0100 Upgrade Maven to 3.9.11. Prerequisites still 3.6.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 240e683..0557062 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ under the License. <inceptionYear>2016</inceptionYear> <prerequisites> - <maven>${mavenVersion}</maven> + <maven>3.6.3</maven> </prerequisites> <scm> @@ -62,7 +62,7 @@ under the License. </distributionManagement> <properties> - <mavenVersion>3.6.3</mavenVersion> + <mavenVersion>3.9.11</mavenVersion> <project.build.outputTimestamp>2021-02-24T19:52:25Z</project.build.outputTimestamp> <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
