Author: ggregory
Date: Fri Sep 30 18:51:21 2011
New Revision: 1177772
URL: http://svn.apache.org/viewvc?rev=1177772&view=rev
Log:
Update to JUnit 4.9 from 4.8.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=1177772&r1=1177771&r2=1177772&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Fri Sep 30 18:51:21 2011
@@ -18,7 +18,7 @@
# $Id$
# The location of the "junit.jar" JAR file
-junit.jar = ${junit.home}/junit-4.7.jar
+junit.jar = ${junit.home}/junit-4.9.jar
# The location of the Easymock jar
easymock.jar = ${easymock.home}/easymock-2.5.2.jar
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1177772&r1=1177771&r2=1177772&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Sep 30 18:51:21 2011
@@ -438,7 +438,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.2</version>
+ <version>4.9</version>
<scope>test</scope>
</dependency>