Repository: logging-log4j2 Updated Branches: refs/heads/master 9aea41fc1 -> b84988956
[LOG4J2-988] Update tests to use ActiveMQ from 5.10 to 5.11.1. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b8498895 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b8498895 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b8498895 Branch: refs/heads/master Commit: b8498895698857a227e34c23c0b3a50cadb4c1f7 Parents: 9aea41f Author: Gary Gregory <[email protected]> Authored: Sun Mar 29 12:48:39 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Mar 29 12:48:39 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b8498895/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c84b3b4..e8ccd65 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ <projectDir /> <commonsLoggingVersion>1.2</commonsLoggingVersion> <osgi.api.version>4.3.1</osgi.api.version> - <activemq.version>5.10.0</activemq.version> + <activemq.version>5.11.1</activemq.version> <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level --> <minSeverity>info</minSeverity> </properties> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b8498895/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e6ad522..4aa1ca5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,9 @@ <action issue="LOG4J2-987" dev="ggregory" type="update" due-to="Gary Gregory"> Migrate tests from Logback 1.1.2 to 1.1.3. </action> + <action issue="LOG4J2-988" dev="ggregory" type="update" due-to="Gary Gregory"> + Update tests to use ActiveMQ from 5.10 to 5.11.1. + </action> </release> <release version="2.2" date="2015-02-22" description="GA Release 2.2"> <action issue="LOG4J2-938" dev="rpopma" type="fix" due-to="Mauro Molinari">
