Author: ebourg Date: Tue Nov 12 00:15:33 2013 New Revision: 1540888 URL: http://svn.apache.org/r1540888 Log: Upgrade easymock to 3.2 Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/default.properties URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1540888&r1=1540887&r2=1540888&view=diff ============================================================================== --- commons/proper/lang/trunk/default.properties (original) +++ commons/proper/lang/trunk/default.properties Tue Nov 12 00:15:33 2013 @@ -21,7 +21,7 @@ junit.jar = ${junit.home}/junit-4.10.jar # The location of the Easymock jar -easymock.jar = ${easymock.home}/easymock-3.1.jar +easymock.jar = ${easymock.home}/easymock-3.2.jar # The location of the Commons-IO jar commons-io.jar = ${commons-io.home}/commons-io-2.4.jar Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1540888&r1=1540887&r2=1540888&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Tue Nov 12 00:15:33 2013 @@ -466,7 +466,7 @@ org.easymock easymock - 3.1 + 3.2 test