You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2013/03/21 14:14:59 UTC

svn commit: r1459294 - /stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Thu Mar 21 13:14:59 2013
New Revision: 1459294

URL: http://svn.apache.org/r1459294
Log:
STANBOL-994 add prerequisite for Maven 3 in parent POM

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1459294&r1=1459293&r2=1459294&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Thu Mar 21 13:14:59 2013
@@ -65,6 +65,10 @@
     <sourceReleaseAssemblyDescriptor>stanbol-source-release-zip-tar</sourceReleaseAssemblyDescriptor>    
   </properties>
 
+  <prerequisites>
+    <maven>3.0.3</maven>
+  </prerequisites>
+
   <build>
     <plugins>
       <!-- requires Java 6 -->