You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/09/19 18:56:23 UTC

svn commit: r1524793 - /uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/src/main/resources/feature.xml

Author: cwiklik
Date: Thu Sep 19 16:56:23 2013
New Revision: 1524793

URL: http://svn.apache.org/r1524793
Log:
UIMA-3257 prepare for 2.4.2 release

Modified:
    uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/src/main/resources/feature.xml

Modified: uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/src/main/resources/feature.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/src/main/resources/feature.xml?rev=1524793&r1=1524792&r2=1524793&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/src/main/resources/feature.xml (original)
+++ uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/src/main/resources/feature.xml Thu Sep 19 16:56:23 2013
@@ -57,8 +57,9 @@ under the License.
    </url>
 
    <requires>
-      <import plugin="org.apache.uima.runtime" version="2.4.1.SNAPSHOT" match="greaterOrEqual"/>
-      <import plugin="org.apache.uima.desceditor" version="2.4.1.SNAPSHOT" match="greaterOrEqual"/>
+      <!-- Make sure the pre-req uima plugins are installed -->
+      <import plugin="org.apache.uima.runtime" version="2.4.2" match="greaterOrEqual"/>
+      <import plugin="org.apache.uima.desceditor" version="2.4.2" match="greaterOrEqual"/>
    </requires>
 
    <plugin