Author: ggregory
Date: Mon May 18 23:40:21 2015
New Revision: 1680133

URL: http://svn.apache.org/r1680133
Log:
[POOL-295] Update tests from JUnit 4.11 to 4.12.

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

Modified: commons/proper/pool/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1680133&r1=1680132&r2=1680133&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Mon May 18 23:40:21 2015
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1680133&r1=1680132&r2=1680133&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Mon May 18 23:40:21 2015
@@ -70,6 +70,9 @@ The <action> type attribute can be add,u
     <action dev="psteitz" type="add" issue="POOL-286">
       Added preparePool method to GenericObjectPool.
     </action>
+    <action dev="ggregory" type="update" issue="POOL-295">
+      Update tests from JUnit 4.11 to 4.12.
+    </action>
   </release>
   <release version="2.3" date="2014-12-30" description=
 "This is a maintenance release that includes bug fixes and minor 
enhancements.">  


Reply via email to