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 2012/03/02 09:36:45 UTC

svn commit: r1296083 - /opennlp/sandbox/caseditor-corpus-server-plugin/pom.xml

Author: joern
Date: Fri Mar  2 08:36:45 2012
New Revision: 1296083

URL: http://svn.apache.org/viewvc?rev=1296083&view=rev
Log:
OPENNLP-411 Updated UIMA dependency to 2.4.0.

Modified:
    opennlp/sandbox/caseditor-corpus-server-plugin/pom.xml

Modified: opennlp/sandbox/caseditor-corpus-server-plugin/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/sandbox/caseditor-corpus-server-plugin/pom.xml?rev=1296083&r1=1296082&r2=1296083&view=diff
==============================================================================
--- opennlp/sandbox/caseditor-corpus-server-plugin/pom.xml (original)
+++ opennlp/sandbox/caseditor-corpus-server-plugin/pom.xml Fri Mar  2 08:36:45 2012
@@ -83,21 +83,21 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-core</artifactId>
-			<version>2.4.0-SNAPSHOT</version>
+			<version>2.4.0</version>
 			<scope>compile</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-tools</artifactId>
-			<version>2.4.0-SNAPSHOT</version>
+			<version>2.4.0</version>
 			<scope>compile</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-ep-cas-editor</artifactId>
-			<version>2.4.0-SNAPSHOT</version>
+			<version>2.4.0</version>
 			<scope>compile</scope>
 		</dependency>
 		
@@ -248,4 +248,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>