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:09 UTC

[maven-apache-parent] branch MPOM-305 created (now 39bc7b7)

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

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


      at 39bc7b7  [MPOM-305] Set minimum enforced Maven version to 3.2.5

This branch includes the following new commits:

     new 39bc7b7  [MPOM-305] Set minimum enforced Maven version to 3.2.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by sj...@apache.org.
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>