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/02/23 21:06:23 UTC

svn commit: r1073921 - /incubator/opennlp/trunk/opennlp-uima/pom.xml

Author: joern
Date: Wed Feb 23 20:06:23 2011
New Revision: 1073921

URL: http://svn.apache.org/viewvc?rev=1073921&view=rev
Log:
OPENNLP-133 Updated version of uima core dependency from 2.3.0-incubating to 2.3.1

Modified:
    incubator/opennlp/trunk/opennlp-uima/pom.xml

Modified: incubator/opennlp/trunk/opennlp-uima/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-uima/pom.xml?rev=1073921&r1=1073920&r2=1073921&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-uima/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-uima/pom.xml Wed Feb 23 20:06:23 2011
@@ -60,7 +60,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-core</artifactId>
-			<version>2.3.0-incubating</version>
+			<version>2.3.1</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>