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 2015/05/19 07:56:54 UTC

svn commit: r1680181 - /commons/proper/dbcp/trunk/src/changes/changes.xml

Author: ggregory
Date: Tue May 19 05:56:53 2015
New Revision: 1680181

URL: http://svn.apache.org/r1680181
Log:
Remove JUnit and Jacoco updates from changes.xml per feedback from ML about Commons Pool.

Modified:
    commons/proper/dbcp/trunk/src/changes/changes.xml

Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1680181&r1=1680180&r2=1680181&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Tue May 19 05:56:53 2015
@@ -64,12 +64,6 @@ 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>
-      <action issue="DBCP-440" dev="ggregory" type="update">
-        Update tests from Jacoco 0.7.2 to 0.7.4.
-      </action>
     </release>
     <release version="2.1" date="23 Feb 2015" description=
  "This is minor release, including bug fixes and enhancements. Note that