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 2019/03/30 18:10:43 UTC

[commons-dbcp] branch master updated: [DBCP-541] Upgrade to JUnit Jupiter #19.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 4857236  [DBCP-541] Upgrade to JUnit Jupiter #19.
4857236 is described below

commit 48572362313271bec2bf63a24bac60a71397a073
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 30 14:10:36 2019 -0400

    [DBCP-541] Upgrade to JUnit Jupiter #19.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b3c0e16..9ff7a4c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" issue="DBCP-540" due-to="emopers">
         Close ObjectOutputStream before calling toByteArray on underlying ByteArrayOutputStream #28.
       </action>
+      <action dev="ggregory" type="update" issue="DBCP-541" due-to="Allon Murienik">
+        Upgrade to JUnit Jupiter #19.
+      </action>
     </release>
     <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">