You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/02/09 11:52:07 UTC

svn commit: r742382 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Mon Feb  9 10:52:07 2009
New Revision: 742382

URL: http://svn.apache.org/viewvc?rev=742382&view=rev
Log:
JCR-1971: Use the new Jackrabbit parent POM

The new POM requires 2.0.9. Declare it explicitly as the minimum version here until JCRSITE-10 is fixed and released in parent:3.

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

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=742382&r1=742381&r2=742382&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Mon Feb  9 10:52:07 2009
@@ -55,6 +55,10 @@
     <jetty.version>6.1.14</jetty.version>
   </properties>
 
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+
   <build>
     <plugins>
       <!-- Use Java 1.4 everywhere -->