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/09 11:11:55 UTC

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

Author: pkluegl
Date: Wed Apr  9 09:11:55 2014
New Revision: 1585914

URL: http://svn.apache.org/r1585914
Log:
UIMA-3695
- use released version for next rc
- change equinox.app versions again

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=1585914&r1=1585913&r2=1585914&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/pom.xml Wed Apr  9 09:11:55 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=1585914&r1=1585913&r2=1585914&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/ruta/trunk/ruta-ep-caseditor/pom.xml Wed Apr  9 09:11:55 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=1585914&r1=1585913&r2=1585914&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Wed Apr  9 09:11:55 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.6.0-SNAPSHOT</uimaVersion>
+    <uimaVersion>2.5.0</uimaVersion>
   </properties>
   
   <build>