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/11 14:25:17 UTC

qpid-jms git commit: QPIDJMS-213: update netty version range in OSGi metadata

Repository: qpid-jms
Updated Branches:
  refs/heads/master bd03decdd -> 7b39e7cfc


QPIDJMS-213: update netty version range in OSGi metadata


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

Branch: refs/heads/master
Commit: 7b39e7cfc45e24270a4e93053a2f56d748a1f12b
Parents: bd03dec
Author: Robert Gemmell <ro...@apache.org>
Authored: Tue Oct 11 15:20:25 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Tue Oct 11 15:20:25 2016 +0100

----------------------------------------------------------------------
 qpid-jms-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7b39e7cf/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index bebe7ee..e8922bb 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -119,7 +119,7 @@
             <Bundle-SymbolicName>org.apache.qpid.jms.client</Bundle-SymbolicName>
             <Export-Package>org.apache.qpid.jms.*</Export-Package>
             <Import-Package>
-            io.netty.*;version="[4.0.0,4.1.0)",
+            io.netty.*;version="[4.1.0,4.2.0)",
             org.apache.qpid.proton.*;version="[0.14.0,0.15.0)",
             *</Import-Package>
             <Dynamic-ImportPackage>*</Dynamic-ImportPackage>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org