You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2013/01/10 20:36:19 UTC

svn commit: r1431574 - /uima/sandbox/uimafit/branches/UIMA-2562/pom.xml

Author: rec
Date: Thu Jan 10 19:36:18 2013
New Revision: 1431574

URL: http://svn.apache.org/viewvc?rev=1431574&view=rev
Log:
[UIMA-2562] Downgrade uimaFIT to Java 5 
https://issues.apache.org/jira/browse/UIMA-2562
- Downgrade commons-io to 2.2 (last Java 5 version)

Modified:
    uima/sandbox/uimafit/branches/UIMA-2562/pom.xml

Modified: uima/sandbox/uimafit/branches/UIMA-2562/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/branches/UIMA-2562/pom.xml?rev=1431574&r1=1431573&r2=1431574&view=diff
==============================================================================
--- uima/sandbox/uimafit/branches/UIMA-2562/pom.xml (original)
+++ uima/sandbox/uimafit/branches/UIMA-2562/pom.xml Thu Jan 10 19:36:18 2013
@@ -73,7 +73,8 @@
 			<dependency>
 				<groupId>commons-io</groupId>
 				<artifactId>commons-io</artifactId>
-				<version>2.4</version>
+				<version>2.2</version>
+				<!-- 2.2 is the last Java 5 compatible version -->
 			</dependency>
 			<dependency>
 				<groupId>org.apache.uima</groupId>