Update to JUnit 4.10 from 4.9.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1178593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d6ff10084
commit
a340f1e7af
|
@ -22,6 +22,6 @@
|
||||||
|
|
||||||
# Repository base path - unnecessary if full jar paths are provided below
|
# Repository base path - unnecessary if full jar paths are provided below
|
||||||
repository=${user.home}/.m2/repository
|
repository=${user.home}/.m2/repository
|
||||||
junit.home=${repository}/junit/junit/4.7/
|
junit.home=${repository}/junit/junit/4.10/
|
||||||
easymock.home=${repository}/org/easymock/easymock/2.5.2/
|
easymock.home=${repository}/org/easymock/easymock/2.5.2/
|
||||||
commons-io.home=${repository}/commons-io/commons-io/2.0.1/
|
commons-io.home=${repository}/commons-io/commons-io/2.0.1/
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
# The location of the "junit.jar" JAR file
|
# The location of the "junit.jar" JAR file
|
||||||
junit.jar = ${junit.home}/junit-4.9.jar
|
junit.jar = ${junit.home}/junit-4.10.jar
|
||||||
|
|
||||||
# The location of the Easymock jar
|
# The location of the Easymock jar
|
||||||
easymock.jar = ${easymock.home}/easymock-2.5.2.jar
|
easymock.jar = ${easymock.home}/easymock-2.5.2.jar
|
||||||
|
|
Loading…
Reference in New Issue