You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/12/03 23:27:35 UTC

svn commit: r1416703 - /commons/proper/email/trunk/pom.xml

Author: sebb
Date: Mon Dec  3 22:27:34 2012
New Revision: 1416703

URL: http://svn.apache.org/viewvc?rev=1416703&view=rev
Log:
Document why not using latest IO

Modified:
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1416703&r1=1416702&r2=1416703&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Mon Dec  3 22:27:34 2012
@@ -210,6 +210,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <!-- IO 2.2 is the last version compatible with 1.5; IO 2.4 needs Java 1.6 -->
             <version>2.2</version>
             <scope>test</scope>
         </dependency>