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:
Gary D. Gregory 2011-10-03 21:41:39 +00:00
parent 4d6ff10084
commit a340f1e7af
3 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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

View File

@ -438,7 +438,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.9</version> <version>4.10</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>