Author: britter
Date: Sat Dec 21 12:41:40 2013
New Revision: 1552897
URL: http://svn.apache.org/r1552897
Log:
Update Ant dependencies
Modified:
commons/proper/lang/trunk/build.properties.sample
commons/proper/lang/trunk/default.properties
Modified: commons/proper/lang/trunk/build.properties.sample
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.properties.sample?rev=1552897&r1=1552896&r2=1552897&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.properties.sample (original)
+++ commons/proper/lang/trunk/build.properties.sample Sat Dec 21 12:41:40 2013
@@ -22,6 +22,6 @@
# Repository base path - unnecessary if full jar paths are provided below
repository=${user.home}/.m2/repository
-junit.home=${repository}/junit/junit/4.10/
-easymock.home=${repository}/org/easymock/easymock/3.1/
+junit.home=${repository}/junit/junit/4.11/
+easymock.home=${repository}/org/easymock/easymock/3.2/
commons-io.home=${repository}/commons-io/commons-io/2.4/
Modified: commons/proper/lang/trunk/default.properties
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1552897&r1=1552896&r2=1552897&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Sat Dec 21 12:41:40 2013
@@ -18,7 +18,7 @@
# $Id$
# The location of the "junit.jar" JAR file
-junit.jar = ${junit.home}/junit-4.10.jar
+junit.jar = ${junit.home}/junit-4.11.jar
# The location of the Easymock jar
easymock.jar = ${easymock.home}/easymock-3.2.jar