Oops, my bad! Thank you Pascal. Gary
---------- Forwarded message ---------- From: <pascalschumac...@apache.org> Date: Fri, Oct 20, 2017 at 11:39 AM Subject: svn commit: r1812768 - /commons/proper/email/trunk/pom.xml To: comm...@commons.apache.org Author: pascalschumacher Date: Fri Oct 20 17:39:43 2017 New Revision: 1812768 URL: http://svn.apache.org/viewvc?rev=1812768&view=rev Log: Revert revision 1812758 "Update tests from Apache Commons IO 2.5 to 2.6." because commons-io requires java 7 and commons-email only java 6. 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=1812768&r1=1812767&r2=1812768&view=diff ============================================================ ================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Fri Oct 20 17:39:43 2017 @@ -247,7 +247,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.5</version> <scope>test</scope> </dependency> <dependency>