Author: reschke
Date: Wed Apr 19 17:30:28 2017
New Revision: 1791948

URL: http://svn.apache.org/viewvc?rev=1791948&view=rev
Log:
OAK-6098: update maven plugins

require Maven 3.2.1

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1791948&r1=1791947&r2=1791948&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Apr 19 17:30:28 2017
@@ -77,6 +77,10 @@
     <surefire.skip.ut>false</surefire.skip.ut>
   </properties>
 
+  <prerequisites>
+    <maven>3.2.1</maven>
+  </prerequisites>
+
   <issueManagement>
     <system>Jira</system>
     <url>http://issues.apache.org/jira/browse/OAK</url>
@@ -85,7 +89,7 @@
   <url>http://jackrabbit.apache.org/</url>
   <inceptionYear>2012</inceptionYear>
   <description>
-    The goal of the Oak effort within the Apache Jackrabbit™ project is
+    The goal of the Oak effort within the Apache Jackrabbit™ project is
     to implement a scalable and performant hierarchical content repository
     for use as the foundation of modern world-class web sites and other
     demanding content applications.


Reply via email to