You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/08/08 14:22:10 UTC

svn commit: r1804428 - /sling/trunk/parent/pom.xml

Author: kwin
Date: Tue Aug  8 14:22:10 2017
New Revision: 1804428

URL: http://svn.apache.org/viewvc?rev=1804428&view=rev
Log:
SLING-7036 remove prerequisites

no longer relevant for non-maven plugin project in Maven3 (https://issues.apache.org/jira/browse/MNG-4840)

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1804428&r1=1804427&r2=1804428&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Aug  8 14:22:10 2017
@@ -36,16 +36,6 @@
 
     <url>http://sling.apache.org</url>
 
-    <prerequisites>
-        <!-- This defines only the minimum version for plugins, but not for the build
-             See http://maven.apache.org/ref/3.3.9/maven-model/maven.html#class_prerequisites.
-             Therefore the enforcer plugin needs to verify the maven version. See configuration
-             of the plugin further below
-        -->
-        <maven>3.3.9</maven>
-    </prerequisites>
-
-
     <issueManagement>
         <system>Jira</system>
         <url>http://issues.apache.org/jira/browse/SLING</url>