You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/12/23 13:42:39 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6555] Upgrade to PAX JMS 1.0.6

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 2a56fb2  [KARAF-6555] Upgrade to PAX JMS 1.0.6
2a56fb2 is described below

commit 2a56fb267786d3e4096e23480994719217ae10c6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 08:52:48 2019 +0100

    [KARAF-6555] Upgrade to PAX JMS 1.0.6
    
    (cherry picked from commit 3f3c72115feac50bd5ab4e0c17f6befd217d2b2d)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d82e65b..2339f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
         <pax.web.version>7.2.12</pax.web.version>
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.4.4</pax.jdbc.version>
-        <pax.jms.version>1.0.5</pax.jms.version>
+        <pax.jms.version>1.0.6</pax.jms.version>
         <pax.transx.version>0.4.4</pax.transx.version>
 
         <portlet-api.version>2.0</portlet-api.version>