Author: sebb
Date: Fri Mar 27 23:37:56 2009
New Revision: 759392
URL: http://svn.apache.org/viewvc?rev=759392&view=rev
Log:
JUnit 3.8.2 is best for Java 1.4
Modified:
commons/proper/cli/trunk/pom.xml
Modified: commons/proper/cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=759392&r1=759391&r2=759392&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Fri Mar 27 23:37:56 2009
@@ -122,7 +122,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>