Update MOM/JMS tests from Apache ActiveMQ 5.11.2 to 5.12.0.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/24375cac Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/24375cac Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/24375cac Branch: refs/heads/LOG4J2-1136 Commit: 24375cacc1203b4bf54c882defa51728c4fc6cdb Parents: a6d934c Author: ggregory <[email protected]> Authored: Tue Sep 29 00:47:20 2015 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Oct 3 23:08:04 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24375cac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 18e0aff..fbc0bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -202,7 +202,7 @@ <projectDir /> <commonsLoggingVersion>1.2</commonsLoggingVersion> <osgi.api.version>4.3.1</osgi.api.version> - <activemq.version>5.11.2</activemq.version> + <activemq.version>5.12.0</activemq.version> <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level --> <minSeverity>info</minSeverity> </properties>
