You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/03 15:20:35 UTC

[activemq] branch master updated: [AMQ-7381] Upgrade to geronimo-transaction 3.1.4

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new a90ca97  [AMQ-7381] Upgrade to geronimo-transaction 3.1.4
     new 24fe606  Merge pull request #441 from jbonofre/AMQ-7381
a90ca97 is described below

commit a90ca9749ddcd6481afd8ad8fef68514d465b3df
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 28 15:49:53 2020 +0100

    [AMQ-7381] Upgrade to geronimo-transaction 3.1.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffda81d..c72087c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1126,7 +1126,7 @@
       <dependency>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-transaction</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
       </dependency>
 
       <!-- FTP support for BlobMessages -->