Repository: logging-log4j2 Updated Branches: refs/heads/master a9055ec45 -> a631f732f
[LOG4J2-987] Migrate tests from Logback 1.1.2 to 1.1.3. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a631f732 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a631f732 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a631f732 Branch: refs/heads/master Commit: a631f732fd8b4e9950a4f592315decbfed1632b4 Parents: a9055ec Author: Gary Gregory <[email protected]> Authored: Sat Mar 28 23:58:20 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat Mar 28 23:58:20 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/a631f732/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dc7dbde..e95c6f8 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ <Log4jReleaseKey>FA1C814D</Log4jReleaseKey> --> <!-- note that any properties you want available in velocity templates must not use periods! --> <slf4jVersion>1.7.7</slf4jVersion> - <logbackVersion>1.1.2</logbackVersion> + <logbackVersion>1.1.3</logbackVersion> <jackson1Version>1.9.13</jackson1Version> <jackson2Version>2.5.1</jackson2Version> <springVersion>3.2.11.RELEASE</springVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a631f732/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dfe9131..a96a2b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,9 @@ <action issue="LOG4J2-974" dev="ggregory" type="fix" due-to="Daniel Galán y Martins"> Typo in EventLogger documentation. </action> + <action issue="LOG4J2-987" dev="ggregory" type="fix" due-to="Gary Gregory"> + Migrate tests from Logback 1.1.2 to 1.1.3. + </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">
