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:41:50 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f3c721  [KARAF-6555] Upgrade to PAX JMS 1.0.6
     new fc6231d  Merge pull request #1023 from jbonofre/KARAF-6555
3f3c721 is described below

commit 3f3c72115feac50bd5ab4e0c17f6befd217d2b2d
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eadaee5..e4502d1 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>