You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/10/06 14:53:49 UTC

wicket git commit: Update quickstart dependencies (Log4J2 & Jetty)

Repository: wicket
Updated Branches:
  refs/heads/master 7b16f09df -> e80380e15


Update quickstart dependencies (Log4J2 & Jetty)


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

Branch: refs/heads/master
Commit: e80380e157dc548a5058089ab4700406facbdbf7
Parents: 7b16f09
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Oct 6 16:53:13 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Oct 6 16:53:13 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/e80380e1/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 3dbc777..d75a8f5 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -43,8 +43,8 @@
 	</licenses>
 	<properties>
 		<wicket.version>8.0.0-SNAPSHOT</wicket.version>
-		<jetty9.version>9.3.8.v20160314</jetty9.version>
-		<log4j.version>2.6.2</log4j.version>
+		<jetty9.version>9.3.12.v20160915</jetty9.version>
+		<log4j.version>2.7</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 -->