Repository: qpid-jms Updated Branches: refs/heads/master d9f60377f -> 47e31fe67
QPIDJMS-145, QPIDJMS-139: update to use the proton-j 0.11.1 release Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/47e31fe6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/47e31fe6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/47e31fe6 Branch: refs/heads/master Commit: 47e31fe678b6d2c2a9c211af448d4f1d2806a5a0 Parents: d9f6037 Author: Robert Gemmell <[email protected]> Authored: Fri Dec 18 15:25:11 2015 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Dec 18 15:29:50 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/47e31fe6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6284c80..56d57dc 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.12.0-SNAPSHOT</proton-version> + <proton-version>0.11.1</proton-version> <netty-version>4.0.17.Final</netty-version> <slf4j-version>1.7.13</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]
