You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/07/18 09:08:46 UTC

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

Author: cziegeler
Date: Mon Jul 18 09:08:46 2016
New Revision: 1753185

URL: http://svn.apache.org/viewvc?rev=1753185&view=rev
Log:
SLING-5860 : Require maven version 3.3.9

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1753185&r1=1753184&r2=1753185&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Jul 18 09:08:46 2016
@@ -37,7 +37,7 @@
     <url>http://sling.apache.org</url>
 
     <prerequisites>
-        <maven>3.0.5</maven>
+        <maven>3.3.9</maven>
     </prerequisites>