Repository: qpid-jms Updated Branches: refs/heads/master e8b67c2fd -> 5e86c38c1
QPIDJMS-84: update to Proton 0.10 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/5e86c38c Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5e86c38c Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5e86c38c Branch: refs/heads/master Commit: 5e86c38c1a998a20c026230f0584008bb3c441ad Parents: e8b67c2 Author: Robert Gemmell <[email protected]> Authored: Fri Aug 14 11:36:43 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Fri Aug 14 11:36:43 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5e86c38c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 37b75e8..d3c3424 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-SNAPSHOT</proton-version> + <proton-version>0.10</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]
