You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/16 10:41:34 UTC

[maven-apache-parent] 01/01: [MPOM-251] minimum version now 3.1.1

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

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit a73adf2870c1543f30a8da2211d67aaba5ff2d64
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Jun 16 06:41:24 2020 -0400

    [MPOM-251] minimum version now 3.1.1
    
    @hboutemy @rfscholte
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aba0514..c66d56d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@ under the License.
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <version>3.0.5</version>
+                  <version>3.1.1</version>
                 </requireMavenVersion>
               </rules>
             </configuration>