Author: sebb
Date: Sat Nov 6 11:22:06 2010
New Revision: 1032005
URL: http://svn.apache.org/viewvc?rev=1032005&view=rev
Log:
Can now use latest version of JUnit
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1032005&r1=1032004&r2=1032005&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat Nov 6 11:22:06 2010
@@ -341,7 +341,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>