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 2013/10/04 13:31:39 UTC

git commit: Update Jetty 9.0

Updated Branches:
  refs/heads/wicket-6.x 7b491ef4a -> 3150ba7fc


Update Jetty 9.0


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

Branch: refs/heads/wicket-6.x
Commit: 3150ba7fcf1ac8b69da480c2f935b941d77bf9aa
Parents: 7b491ef
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Oct 4 13:28:44 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Oct 4 13:31:16 2013 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3150ba7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b34942a..ff8600f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<jetty.version>7.6.3.v20120416</jetty.version>
-		<jetty9.version>9.0.2.v20130417</jetty9.version>
+		<jetty9.version>9.0.6.v20130930</jetty9.version>
 		<spring.version>3.0.7.RELEASE</spring.version>
 		<maven.javadoc.version>2.9.1</maven.javadoc.version>
 		<maven.surefire.version>2.12.2</maven.surefire.version>