Repository: struts-examples Updated Branches: refs/heads/master 1d2ff2360 -> c91792787
WW-4492 Add support for Log4J2 as a struts and xwork logging backend - Use new log4j2 in blank and rest showcase app - Migrate to newer jetty plugin version Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/cb68fb6f Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/cb68fb6f Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/cb68fb6f Branch: refs/heads/master Commit: cb68fb6fa29d0f977caf0e96ed3b9fe9f3af1585 Parents: b4376ee Author: Johannes Geppert <joh...@gmail.com> Authored: Sat Apr 18 21:15:48 2015 +0200 Committer: Johannes Geppert <joh...@gmail.com> Committed: Sat Apr 18 21:15:48 2015 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/cb68fb6f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5d38811..022c4ef 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>8.1.7.v20120910</version> + <version>8.1.16.v20140903</version> <configuration> <stopKey>CTRL+C</stopKey> <stopPort>8999</stopPort>