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 2020/05/14 14:43:51 UTC

[commons-dbcp] branch master updated: Update tests from org.jboss.narayana.jta:narayana-jta 5.10.1.Final to 5.10.4.Final.

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 5d6c443  Update tests from org.jboss.narayana.jta:narayana-jta 5.10.1.Final to 5.10.4.Final.
5d6c443 is described below

commit 5d6c443e79c7c5b1209ba0c83353c5578479bb9f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 14 10:43:46 2020 -0400

    Update tests from org.jboss.narayana.jta:narayana-jta 5.10.1.Final to
    5.10.4.Final.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e7f630b..b5c7e1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
     <dependency>
       <groupId>org.jboss.narayana.jta</groupId>
       <artifactId>narayana-jta</artifactId>
-      <version>5.10.1.Final</version>
+      <version>5.10.4.Final</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b55dd81..73b06eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,7 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Update tests from narayana-jta 5.9.5.Final to 5.10.1.Final.
+        Update tests from narayana-jta 5.9.5.Final to 5.10.4.Final.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from junit-jupiter 5.5.1 to 5.5.2.