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/03 07:53:07 UTC

[maven-apache-parent] branch master updated: [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 master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 6633c71  [MPOM-305] Set minimum enforced Maven version to 3.2.5
6633c71 is described below

commit 6633c7147672f95969df9744fb7bab6e42e23186
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 bd300db..b029b3b 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>