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 2018/08/14 16:59:31 UTC

qpid-jms git commit: QPIDJMS-408: update to proton-j-0.29.0

Repository: qpid-jms
Updated Branches:
  refs/heads/master 8f0e35bd5 -> e72a72c9d


QPIDJMS-408: update to proton-j-0.29.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/e72a72c9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e72a72c9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/e72a72c9

Branch: refs/heads/master
Commit: e72a72c9d21abdf97f51d2d90464483c8c0cc26b
Parents: 8f0e35b
Author: Robbie Gemmell <ro...@apache.org>
Authored: Tue Aug 14 17:58:48 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Tue Aug 14 17:58:48 2018 +0100

----------------------------------------------------------------------
 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/e72a72c9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fcba0e9..77a1269 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.28.1</proton-version>
+    <proton-version>0.29.0</proton-version>
     <netty-version>4.1.28.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/e72a72c9/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 83e8557..a3030f4 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -136,7 +136,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.28.0,0.30.0)",
+            org.apache.qpid.proton.*;version="[0.29.0,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