From a340f1e7afcb11bf9efaec211b8f0a6e24d9116c Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 3 Oct 2011 21:41:39 +0000 Subject: [PATCH] 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 --- build.properties.sample | 2 +- default.properties | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties.sample b/build.properties.sample index d20fafa7f..1a3bf6648 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -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.7/ +junit.home=${repository}/junit/junit/4.10/ easymock.home=${repository}/org/easymock/easymock/2.5.2/ commons-io.home=${repository}/commons-io/commons-io/2.0.1/ diff --git a/default.properties b/default.properties index ca7006a24..102b2ff76 100644 --- a/default.properties +++ b/default.properties @@ -18,7 +18,7 @@ # $Id$ # 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 easymock.jar = ${easymock.home}/easymock-2.5.2.jar diff --git a/pom.xml b/pom.xml index e64306506..374862d1a 100644 --- a/pom.xml +++ b/pom.xml @@ -438,7 +438,7 @@ junit junit - 4.9 + 4.10 test