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/06/04 10:46:00 UTC

[qpid-jms] branch master updated: QPIDJMS-459: update to proton-j-0.33.1

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 0c6af67  QPIDJMS-459: update to proton-j-0.33.1
0c6af67 is described below

commit 0c6af6749ede40e55b554facbcb0a0734a4e94a9
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Jun 4 11:45:25 2019 +0100

    QPIDJMS-459: update to proton-j-0.33.1
---
 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 0baafdd..3b3747b 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.0</proton-version>
+    <proton-version>0.33.1</proton-version>
     <netty-version>4.1.36.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 91695fe..04bca1c 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -146,7 +146,7 @@
             <Export-Package>org.apache.qpid.jms.*</Export-Package>
             <Import-Package>
             io.netty.*;version="[4.1.0,4.2.0)",
-            org.apache.qpid.proton.*;version="[0.31.0,0.40.0)",
+            org.apache.qpid.proton.*;version="[0.33.1,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