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

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


The following commit(s) were added to refs/heads/master by this push:
     new bebe70e  Remove outdated check - require Maven 3.0.5 from parent 22
bebe70e is described below

commit bebe70eeb2ecddd2894ceeb8d4fa2b82836b6a2d
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Jan 9 18:12:20 2020 +0100

    Remove outdated check - require Maven 3.0.5 from parent 22
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index c98b12c..0fc7cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1134,20 +1134,6 @@ under the License.
               <fail>true</fail>
             </configuration>
           </execution>
-          <execution><!-- remove me, maven-apache-parent enforces Maven 3.0.5 
-->
-            <id>ban-known-bad-maven-versions</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <requireMavenVersion>
-                  <version>[3.0.4,)</version>
-                  <message>Maven 3.0 through 3.0.3 inclusive do not pass 
correct settings.xml to Maven Release Plugin.</message>
-                </requireMavenVersion>
-              </rules>
-            </configuration>
-          </execution>
         </executions>
         <dependencies>
           <dependency>

Reply via email to