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 2014/06/04 21:28:36 UTC

[2/4] git commit: Upgrade Jetty to 9.2.0

Upgrade Jetty to 9.2.0


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

Branch: refs/heads/master
Commit: 62f5becdff40c3e3db7512687f163bc50cb07cf3
Parents: 84e437e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Jun 1 12:29:36 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jun 4 20:04:05 2014 +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/62f5becd/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 2b97f5e..ea69f64 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>7.0.0-SNAPSHOT</wicket.version>
-		<jetty9.version>9.1.5.v20140505</jetty9.version>
+		<jetty9.version>9.2.0.v20140526</jetty9.version>
 		<log4j.version>1.2.17</log4j.version>
 		<slf4j.version>1.7.7</slf4j.version>
 		<junit.version>4.11</junit.version>