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

[maven-apache-parent] branch elharo-patch-1 created (now a73adf2)

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

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


      at a73adf2  [MPOM-251] minimum version now 3.1.1

This branch includes the following new commits:

     new a73adf2  [MPOM-251] minimum version now 3.1.1

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-251] minimum version now 3.1.1

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