You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/10/02 20:56:48 UTC

svn commit: r1178219 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Sun Oct  2 18:56:48 2011
New Revision: 1178219

URL: http://svn.apache.org/viewvc?rev=1178219&view=rev
Log:
Update to JUnit 4.10 from 4.9. 

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1178219&r1=1178218&r2=1178219&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Sun Oct  2 18:56:48 2011
@@ -219,7 +219,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.9</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>