You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/08/13 14:40:25 UTC

[qpid-jms] branch master updated: QPIDJMS-470: update to proton-j 0.33.2

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/master by this push:
     new acf9145  QPIDJMS-470: update to proton-j 0.33.2
acf9145 is described below

commit acf9145d6217688db0a15a292740c474535b7483
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Aug 13 15:39:13 2019 +0100

    QPIDJMS-470: update to proton-j 0.33.2
---
 pom.xml                 | 2 +-
 qpid-jms-client/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b89dbca..b8b359f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- Dependency Versions for this Project -->
-    <proton-version>0.33.1</proton-version>
+    <proton-version>0.33.2</proton-version>
     <netty-version>4.1.38.Final</netty-version>
     <slf4j-version>1.7.25</slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 6692d14..8ea5b68 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -148,7 +148,7 @@
             io.netty.channel.epoll;resolution:="optional";version="[4.1.0,4.2.0)",
             io.netty.channel.kqueue;resolution:="optional";version="[4.1.0,4.2.0)",
             io.netty.*;version="[4.1.0,4.2.0)",
-            org.apache.qpid.proton.*;version="[0.33.1,0.40.0)",
+            org.apache.qpid.proton.*;version="[0.33.2,0.40.0)",
             *</Import-Package>
             <Dynamic-ImportPackage>*</Dynamic-ImportPackage>
           </instructions>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org