You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2014/04/01 09:54:55 UTC

svn commit: r1583559 - in /uima/ruta/trunk: ruta-ep-addons/pom.xml ruta-ep-caseditor/pom.xml ruta-parent/pom.xml

Author: pkluegl
Date: Tue Apr  1 07:54:54 2014
New Revision: 1583559

URL: http://svn.apache.org/r1583559
Log:
UIMA-3695
- back to uima 2.5.0 for release
- adapted dependency version

Modified:
    uima/ruta/trunk/ruta-ep-addons/pom.xml
    uima/ruta/trunk/ruta-ep-caseditor/pom.xml
    uima/ruta/trunk/ruta-parent/pom.xml

Modified: uima/ruta/trunk/ruta-ep-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/pom.xml?rev=1583559&r1=1583558&r2=1583559&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/pom.xml Tue Apr  1 07:54:54 2014
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
+      <version>[1.0.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: uima/ruta/trunk/ruta-ep-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1583559&r1=1583558&r2=1583559&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Tue Apr  1 07:54:54 2014
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
-      <version>[1.3.0,2.0.0)</version>
+      <version>[1.0.0,2.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1583559&r1=1583558&r2=1583559&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Tue Apr  1 07:54:54 2014
@@ -137,7 +137,7 @@ This product contains icons developed by
 (http://www.famfamfam.com/lab/icons/silk/), licensed under the 
 Creative Commons Attribution 3.0 License.
     </postNoticeText>
-    <uimaVersion>2.5.1-SNAPSHOT</uimaVersion>
+    <uimaVersion>2.5.0</uimaVersion>
   </properties>
   
   <build>