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 2017/12/11 16:17:31 UTC

qpid-jms git commit: QPIDJMS-350: update to proton-j-0.24.0

Repository: qpid-jms
Updated Branches:
  refs/heads/master 7c2545002 -> 7a777d809


QPIDJMS-350: update to proton-j-0.24.0


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/7a777d80
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/7a777d80
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/7a777d80

Branch: refs/heads/master
Commit: 7a777d809570bd8ed0988d827829361f46a4f957
Parents: 7c25450
Author: Robbie Gemmell <ro...@apache.org>
Authored: Mon Dec 11 16:15:30 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Mon Dec 11 16:15:30 2017 +0000

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 qpid-jms-client/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7a777d80/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fec2373..0f36318 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.23.0</proton-version>
+    <proton-version>0.24.0</proton-version>
     <netty-version>4.1.17.Final</netty-version>
     <slf4j-version>1.7.25</slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7a777d80/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 2898e7d..f754e4e 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -131,7 +131,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.22.0,0.24.0)",
+            org.apache.qpid.proton.*;version="[0.24.0,0.25.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