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/07/25 20:22:46 UTC

[commons-dbcp] 03/05: Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final.

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

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

commit d1c5839750223df95caaf541b184bc1c080b7676
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 25 16:16:20 2019 -0400

    Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to
    3.4.0.Final.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0dcbd00..d40493a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
     <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging</artifactId>
-      <version>3.3.2.Final</version>
+      <version>3.4.0.Final</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f38f0d..02ffebc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,13 +60,16 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
   <body>
-    <release version="2.6.1" date="YYYY-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+    <release version="2.6.1" date="2019-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from com.h2database:h2 1.4.197 to 1.4.199.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from org.jboss.narayana.jta:narayana-jta 5.9.2.Final to 5.9.5.Final.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from org.jboss.logging:jboss-logging 3.3.2.Final to 3.4.0.Final.
+      </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">