Author: britter
Date: Tue Jan  6 17:35:03 2015
New Revision: 1649883

URL: http://svn.apache.org/r1649883
Log:
IO-465: Update to JUnit 4.12. Thanks to github user based2. This also closes #4 
from github.

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

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1649883&r1=1649882&r2=1649883&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Jan  6 17:35:03 2015
@@ -222,7 +222,7 @@ file comparators, endian transformation
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1649883&r1=1649882&r2=1649883&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Tue Jan  6 17:35:03 2015
@@ -47,6 +47,9 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.5" date="2014-??-??" description="New features and bug 
fixes.">
+      <action issue="IO-465" dev="britter" type="update" due-to="based2">
+         Update to JUnit 4.12
+      </action>
       <action issue="IO-462" dev="sebb" type="update">
          IOExceptionWithCause no longer needed
       </action>


Reply via email to