Author: ggregory
Date: Mon May 18 23:57:27 2015
New Revision: 1680136
URL: http://svn.apache.org/r1680136
Log:
[DBCP-439] Update tests from JUnit 4.11 to 4.12.
Modified:
commons/proper/dbcp/trunk/pom.xml
commons/proper/dbcp/trunk/src/changes/changes.xml
Modified: commons/proper/dbcp/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1680136&r1=1680135&r2=1680136&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Mon May 18 23:57:27 2015
@@ -161,7 +161,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1680136&r1=1680135&r2=1680136&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Mon May 18 23:57:27 2015
@@ -64,6 +64,9 @@ The <action> type attribute can be add,u
<action issue="DBCP-437" dev="psteitz" type="fix">
BasicDataSource does not set disconnectionSql properties on its
PoolableConnectionFactory.
</action>
+ <action issue="DBCP-439" dev="ggregory" type="update">
+ Update tests from JUnit 4.11 to 4.12.
+ </action>
</release>
<release version="2.1" date="23 Feb 2015" description=
"This is minor release, including bug fixes and enhancements. Note that