You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/02 10:35:10 UTC

[maven-apache-parent] 01/01: [MPOM-305] Set minimum enforced Maven version to 3.2.5

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MPOM-305
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 39bc7b7a3912a4eb05ffda912b2ca0ee353c572b
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Apr 2 12:34:47 2022 +0200

    [MPOM-305] Set minimum enforced Maven version to 3.2.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fddad5d..b564fce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
     <gpg.useagent>true</gpg.useagent>
-    <minimalMavenBuildVersion>3.1.1</minimalMavenBuildVersion>
+    <minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion>
     <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
     <maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>