You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2012/05/04 14:12:21 UTC

[5/24] git commit: upgrade jetty in archetype

upgrade jetty in archetype


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

Branch: refs/heads/master
Commit: 42678b1180b899cad77d2fbb34b1a763e603b72c
Parents: 2bf905a
Author: Emond Papegaaij <pa...@apache.org>
Authored: Fri May 4 10:12:58 2012 +0200
Committer: Emond Papegaaij <pa...@apache.org>
Committed: Fri May 4 10:12:58 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/42678b11/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 a8c3d3b..ca061d1 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -43,7 +43,7 @@
 	</licenses>
 	<properties>
 		<wicket.version>6.0-SNAPSHOT</wicket.version>
-		<jetty.version>7.5.0.v20110901</jetty.version>
+		<jetty.version>7.6.3.v20120416</jetty.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>
 	<dependencies>