Author: simonetripodi
Date: Thu Sep 15 16:07:53 2011
New Revision: 1171159
URL: http://svn.apache.org/viewvc?rev=1171159&view=rev
Log:
junit upgrated to version 4.9
Modified:
commons/sandbox/functor/trunk/pom.xml
Modified: commons/sandbox/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=1171159&r1=1171158&r2=1171159&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Thu Sep 15 16:07:53 2011
@@ -95,7 +95,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.9</version>
<scope>test</scope>
</dependency>
</dependencies>