Repository: struts Updated Branches: refs/heads/master 8c2b321aa -> 73ef38d72
WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one - Switch to latest log4j2 version Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/340312ed Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/340312ed Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/340312ed Branch: refs/heads/master Commit: 340312ed3f335e10134f518bceec23230da67e22 Parents: ffe0e20 Author: Johannes Geppert <joh...@gmail.com> Authored: Mon May 25 12:25:23 2015 +0200 Committer: Johannes Geppert <joh...@gmail.com> Committed: Mon May 25 12:25:23 2015 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/340312ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b99e47e..b2acd47 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <asm.version>3.3</asm.version> <asm5.version>5.0.2</asm5.version> <tiles.version>2.0.6</tiles.version> - <log4j2.version>2.2</log4j2.version> + <log4j2.version>2.3</log4j2.version> <!-- SCM Site Configuration --> <site.mainDirectory>${project.build.directory}/site</site.mainDirectory>