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/2946d57a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2946d57a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2946d57a
Branch: refs/heads/LOG4J-1012 Commit: 2946d57aa654bf205b908fe92a2df9ebbb4e4cc5 Parents: 30bdb0a Author: ggregory <[email protected]> Authored: Tue Sep 29 00:47:20 2015 -0700 Committer: ggregory <[email protected]> Committed: Tue Sep 29 00:47:20 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2946d57a/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>
