Repository: qpid-jms Updated Branches: refs/heads/master 7c22d59e4 -> baf15b096
QPIDJMS-138: update proton-j dependency to 0.11.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/baf15b09 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/baf15b09 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/baf15b09 Branch: refs/heads/master Commit: baf15b09686af5c1342716079da2ce4ec5430b04 Parents: 7c22d59 Author: Robert Gemmell <[email protected]> Authored: Tue Nov 17 10:51:47 2015 +0000 Committer: Robert Gemmell <[email protected]> Committed: Tue Nov 17 10:51:47 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/baf15b09/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e120bed..cb47645 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.10</proton-version> + <proton-version>0.11.0</proton-version> <netty-version>4.0.17.Final</netty-version> <slf4j-version>1.7.12</slf4j-version> <geronimo-jms-1-1-spec-version>1.1.1</geronimo-jms-1-1-spec-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
