Repository: logging-log4j2 Updated Branches: refs/heads/master 6b3d461fc -> f8a96c056
[LOG4J2-1487] Update JMS test from ActiveMQ 5.13.3 to 5.13.4. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f8a96c05 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f8a96c05 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f8a96c05 Branch: refs/heads/master Commit: f8a96c056c85a178188f41b8fa44c7d167e1fdc3 Parents: 6b3d461 Author: Gary Gregory <[email protected]> Authored: Wed Aug 3 19:38:20 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Aug 3 19:38:20 2016 -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/f8a96c05/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6b0b2c2..8a825da 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ <projectDir /> <commonsLoggingVersion>1.2</commonsLoggingVersion> <osgi.api.version>4.3.1</osgi.api.version> - <activemq.version>5.13.3</activemq.version> + <activemq.version>5.13.4</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/f8a96c05/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d52b38f..cceb355 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,9 @@ <action issue="LOG4J2-1496" dev="ggregory" type="update" due-to="Gary Gregory"> Update Kafka client from 0.9.1.0 to 0.10.0.0. </action> + <action issue="LOG4J2-1487" dev="ggregory" type="update" due-to="Gary Gregory"> + Update JMS test from ActiveMQ 5.13.3 to 5.13.4. + </action> </release> <release version="2.6.2" date="2016-07-05" description="GA Release 2.6.2"> <action issue="LOG4J2-904" dev="rgoers" type="fix" due-to="Bernhard Mähr">
