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 2016/10/14 17:10:23 UTC

qpid-jms git commit: QPIDJMS-214: update to proton-j 0.15.0

Repository: qpid-jms
Updated Branches:
  refs/heads/master c99af46de -> 4b01adf3a


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

Branch: refs/heads/master
Commit: 4b01adf3a7ffb5c45e1c6d9353efa02cc3937542
Parents: c99af46
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Oct 14 18:07:36 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Oct 14 18:08:25 2016 +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/4b01adf3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ce270e..c593562 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <target-version>1.7</target-version>
 
     <!-- Dependency Versions for this Project -->
-    <proton-version>0.14.0</proton-version>
+    <proton-version>0.15.0</proton-version>
     <netty-version>4.1.5.Final</netty-version>
     <slf4j-version>1.7.21</slf4j-version>
     <!-- <geronimo-jms-1-1-spec-version>1.1.1</geronimo-jms-1-1-spec-version> -->

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/4b01adf3/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index e8922bb..7f8960f 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -120,7 +120,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.14.0,0.15.0)",
+            org.apache.qpid.proton.*;version="[0.15.0,0.16.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