You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/08/22 23:39:40 UTC

[4/6] git commit: Align SLF4J dependency with Wicket parent

Align SLF4J dependency with Wicket parent

SLF4J dependency was 1.6.2 in quickstart, while Wicket prescribed
SLF4J 1.6.4.


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

Branch: refs/heads/master
Commit: aca1b77a220d060cd1f8379317857867b87025eb
Parents: 01247ae
Author: Martijn Dashorst <da...@apache.org>
Authored: Wed Aug 22 22:13:30 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Wed Aug 22 23:39:08 2012 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/aca1b77a/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 92b96a0..d6a5595 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -65,7 +65,7 @@
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.6.2</version>
+			<version>1.6.4</version>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>