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

svn commit: r818564 - /incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml

Author: schor
Date: Thu Sep 24 17:43:53 2009
New Revision: 818564

URL: http://svn.apache.org/viewvc?rev=818564&view=rev
Log:
UIMA-1588 fix eclipse dependency levels

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=818564&r1=818563&r2=818564&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml Thu Sep 24 17:43:53 2009
@@ -84,7 +84,7 @@
 		<dependency>
 			<groupId>org.eclipse.jdt</groupId>
 			<artifactId>org.eclipse.jdt.debug.ui</artifactId>
-			<version>3.2.0</version>
+			<version>3.1.9</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>