You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/02/29 15:03:10 UTC

svn commit: r1295113 - /commons/proper/lang/trunk/default.properties

Author: ggregory
Date: Wed Feb 29 14:03:10 2012
New Revision: 1295113

URL: http://svn.apache.org/viewvc?rev=1295113&view=rev
Log:
Match POM.

Modified:
    commons/proper/lang/trunk/default.properties

Modified: commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1295113&r1=1295112&r2=1295113&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Wed Feb 29 14:03:10 2012
@@ -21,10 +21,10 @@
 junit.jar = ${junit.home}/junit-4.10.jar
 
 # The location of the Easymock jar
-easymock.jar = ${easymock.home}/easymock-2.5.2.jar
+easymock.jar = ${easymock.home}/easymock-3.1.jar
 
 # The location of the Commons-IO jar
-commons-io.jar = ${commons-io.home}/commons-io-2.0.1.jar
+commons-io.jar = ${commons-io.home}/commons-io-2.1.jar
 
 # Whether or not to fork tests
 junit.fork = true