Repository: wicket
Updated Branches:
  refs/heads/master eb829c685 -> 14d283c17


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/master
Commit: c4af093f2732ad7e0af4ccb2dbc13ff852c2f592
Parents: eb829c6
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Mon Mar 2 09:39:09 2015 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
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 -->

Reply via email to