You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/12 11:05:49 UTC

svn commit: r814119 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: schor
Date: Sat Sep 12 09:05:49 2009
New Revision: 814119

URL: http://svn.apache.org/viewvc?rev=814119&view=rev
Log:
UIMA-1567 add <prerequisites> for maven version

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=814119&r1=814118&r2=814119&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Sat Sep 12 09:05:49 2009
@@ -21,6 +21,9 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <prerequisites>
+    <maven>2.2.0</maven>
+  </prerequisites>
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj</artifactId>
   <packaging>pom</packaging>