This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSHARED-1259 in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
commit 3bb68dfe5aed36c14302f7999652594549695f10 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed May 24 18:23:21 2023 +0200 [MSHARED-1259] Require Maven 3.2.5+ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 82ac714..11350da 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <properties> <surefire.version>3.1.0</surefire.version> - <mavenVersion>3.0</mavenVersion> + <mavenVersion>3.2.5</mavenVersion> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> </properties>
