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/07/18 17:11:02 UTC

qpid-jms git commit: QPIDJMS-405: update to proton-j 0.28.0

Repository: qpid-jms
Updated Branches:
  refs/heads/master 8eb19c156 -> 965f989d3


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

Branch: refs/heads/master
Commit: 965f989d3f47a54f84dcfe43c864ce911a9db088
Parents: 8eb19c1
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Jul 18 18:10:39 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Wed Jul 18 18:10:39 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/965f989d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 54e3f61..e7ac714 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.27.1</proton-version>
+    <proton-version>0.28.0</proton-version>
     <netty-version>4.1.25.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/965f989d/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 6147c57..d0e9193 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.27.1,0.28.0)",
+            org.apache.qpid.proton.*;version="[0.28.0,0.30.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