You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/01/31 17:22:20 UTC

svn commit: r1065674 - /directory/project/trunk/pom.xml

Author: felixk
Date: Mon Jan 31 16:22:20 2011
New Revision: 1065674

URL: http://svn.apache.org/viewvc?rev=1065674&view=rev
Log:
Requires at last maven version 3.0.0

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1065674&r1=1065673&r2=1065674&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Mon Jan 31 16:22:20 2011
@@ -406,6 +406,10 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/directory/project/trunk</url>
   </scm>
+  
+  <prerequisites>
+    <maven>3.0.0</maven>
+  </prerequisites>
 
   <properties>
      <!-- ======================================================= -->