Repository: qpid-jms Updated Branches: refs/heads/master dd206b49b -> 531a20091
QPIDJMS-149 Updates ActiveMQ to v5.13.0, also pulls in latest slf4j 1.7.14 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/531a2009 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/531a2009 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/531a2009 Branch: refs/heads/master Commit: 531a20091084f3dc04dba09787b7ec557b3bc382 Parents: dd206b4 Author: Timothy Bish <[email protected]> Authored: Thu Feb 4 13:39:17 2016 -0500 Committer: Timothy Bish <[email protected]> Committed: Thu Feb 4 13:39:17 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/531a2009/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6231c59..2bf59e9 100644 --- a/pom.xml +++ b/pom.xml @@ -45,10 +45,10 @@ <!-- Dependency Versions for this Project --> <proton-version>0.12.0-SNAPSHOT</proton-version> <netty-version>4.0.17.Final</netty-version> - <slf4j-version>1.7.13</slf4j-version> + <slf4j-version>1.7.14</slf4j-version> <geronimo-jms-1-1-spec-version>1.1.1</geronimo-jms-1-1-spec-version> <!-- Test Dependency Versions for this Project --> - <activemq-version>5.12.1</activemq-version> + <activemq-version>5.13.0</activemq-version> <junit-version>4.12</junit-version> <fuse-joram-tests-version>1.0</fuse-joram-tests-version> <jetty-version>8.1.17.v20150415</jetty-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
