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 2011/10/04 19:53:34 UTC

svn commit: r1178880 - /uima/addons/trunk/Tagger/pom.xml

Author: schor
Date: Tue Oct  4 17:53:34 2011
New Revision: 1178880

URL: http://svn.apache.org/viewvc?rev=1178880&view=rev
Log:
[UIMA-2134] depend on already released to maven central version of the whitespace tagger.

Modified:
    uima/addons/trunk/Tagger/pom.xml

Modified: uima/addons/trunk/Tagger/pom.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/Tagger/pom.xml?rev=1178880&r1=1178879&r2=1178880&view=diff
==============================================================================
--- uima/addons/trunk/Tagger/pom.xml (original)
+++ uima/addons/trunk/Tagger/pom.xml Tue Oct  4 17:53:34 2011
@@ -83,7 +83,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>WhitespaceTokenizer</artifactId>
-			<version>2.3.2-SNAPSHOT</version>
+			<version>2.3.1</version>
    	</dependency>
 	</dependencies>