You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/11/12 01:15:34 UTC

svn commit: r1540888 - in /commons/proper/lang/trunk: default.properties pom.xml

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 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>3.1</version>
+      <version>3.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>