You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/03/13 21:45:35 UTC

[19/50] wicket git commit: Update Log4j to 2.2 in the quickstart archetype

Update Log4j to 2.2 in the quickstart archetype


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c4af093f
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c4af093f
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c4af093f

Branch: refs/heads/pr-86-media_tags
Commit: c4af093f2732ad7e0af4ccb2dbc13ff852c2f592
Parents: eb829c6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Mar 2 09:39:09 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Mar 2 09:39:09 2015 +0200

----------------------------------------------------------------------
 .../quickstart/src/main/resources/archetype-resources/pom.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c4af093f/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index c5912c9..3f0ad40 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -44,7 +44,7 @@
 	<properties>
 		<wicket.version>7.0.0-SNAPSHOT</wicket.version>
 		<jetty9.version>9.2.9.v20150224</jetty9.version>
-		<log4j.version>2.1</log4j.version>
+		<log4j.version>2.2</log4j.version>
 		<junit.version>4.12</junit.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->