You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/10/10 13:54:18 UTC

svn commit: r1180890 - /incubator/opennlp/sandbox/caseditor-opennlp-plugin/pom.xml

Author: joern
Date: Mon Oct 10 11:54:18 2011
New Revision: 1180890

URL: http://svn.apache.org/viewvc?rev=1180890&view=rev
Log:
OPENNLP-314 Updated UIMA version to 2.4.0-SNAPSHOT from 2.3.2-SNAPSHOT.

Modified:
    incubator/opennlp/sandbox/caseditor-opennlp-plugin/pom.xml

Modified: incubator/opennlp/sandbox/caseditor-opennlp-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/sandbox/caseditor-opennlp-plugin/pom.xml?rev=1180890&r1=1180889&r2=1180890&view=diff
==============================================================================
--- incubator/opennlp/sandbox/caseditor-opennlp-plugin/pom.xml (original)
+++ incubator/opennlp/sandbox/caseditor-opennlp-plugin/pom.xml Mon Oct 10 11:54:18 2011
@@ -72,21 +72,21 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-core</artifactId>
-			<version>2.3.2-SNAPSHOT</version>
+			<version>2.4.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-tools</artifactId>
-			<version>2.3.2-SNAPSHOT</version>
+			<version>2.4.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-ep-cas-editor</artifactId>
-			<version>2.3.2-SNAPSHOT</version>
+			<version>2.4.0-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>