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 2013/01/07 14:52:52 UTC

svn commit: r1429798 - /uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml

Author: pkluegl
Date: Mon Jan  7 13:52:52 2013
New Revision: 1429798

URL: http://svn.apache.org/viewvc?rev=1429798&view=rev
Log:
UIMA-2530
- changed some dltk versions for addon project to 3.0.1

Modified:
    uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml?rev=1429798&r1=1429797&r2=1429798&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml Mon Jan  7 13:52:52 2013
@@ -104,19 +104,19 @@
     <dependency>
       <groupId>org.eclipse.dltk</groupId>
       <artifactId>core</artifactId>
-      <version>[3.0.0,4.0.0)</version>
+      <version>[3.0.1,4.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.dltk</groupId>
       <artifactId>ui</artifactId>
-      <version>[3.0.0,4.0.0)</version>
+      <version>[3.0.1,4.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.dltk</groupId>
       <artifactId>debug</artifactId>
-      <version>[3.0.0,4.0.0)</version>
+      <version>[3.0.1,4.0.0)</version>
       <scope>provided</scope>
     </dependency>
     <dependency>