You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/04/07 11:17:52 UTC

svn commit: r1089787 - /uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Author: joern
Date: Thu Apr  7 09:17:52 2011
New Revision: 1089787

URL: http://svn.apache.org/viewvc?rev=1089787&view=rev
Log:
UIMA-2100 Change equinox common dependency to at least version 3.3.0

Modified:
    uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/pom.xml?rev=1089787&r1=1089786&r2=1089787&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Thu Apr  7 09:17:52 2011
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>org.eclipse.equinox.common</artifactId>
-      <version>3.2.0</version>
+      <version>[3.3.0.0,4.0.0)</version>
       <scope>provided</scope>      
     </dependency>
     <dependency>