You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/04/06 10:44:45 UTC

svn commit: r1089356 - /uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml

Author: tommaso
Date: Wed Apr  6 08:44:45 2011
New Revision: 1089356

URL: http://svn.apache.org/viewvc?rev=1089356&view=rev
Log:
[UIMA-2109] - update commons-io to 2.0.1 for RegularExpressionAnnotator

Modified:
    uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml

Modified: uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml?rev=1089356&r1=1089355&r2=1089356&view=diff
==============================================================================
--- uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml Wed Apr  6 08:44:45 2011
@@ -110,7 +110,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.2</version>
+      <version>2.0.1</version>
       <scope>test</scope>
     </dependency>
 	</dependencies>