This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
The following commit(s) were added to refs/heads/master by this push:
new 8171a93 [MSHARED-1259] Require Maven 3.2.5+
8171a93 is described below
commit 8171a939222301a462159dbd4585ff6da0f6e430
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>