You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/06/23 14:22:08 UTC

[maven-apache-parent] branch master updated: some plugins require Maven 3.0.5: let's reflect that

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

hboutemy 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 0aae2cc  some plugins require Maven 3.0.5: let's reflect that
0aae2cc is described below

commit 0aae2cca65a10bf0520c5a39466763cf86ac60e8
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jun 23 16:22:06 2018 +0200

    some plugins require Maven 3.0.5: let's reflect that
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8ab0fc..a510692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@ under the License.
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <version>3.0</version>
+                  <version>3.0.5</version>
                 </requireMavenVersion>
               </rules>
             </configuration>