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:22 UTC

[15/24] git commit: downgrade jetty to 7.6, 8 requires servlet 3.0

downgrade jetty to 7.6, 8 requires servlet 3.0


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

Branch: refs/heads/master
Commit: da2f5a89122879f0c5e6d94c368c756cae65e088
Parents: 7f89fed
Author: Emond Papegaaij <pa...@apache.org>
Authored: Thu Apr 19 20:31:57 2012 +0200
Committer: Emond Papegaaij <pa...@apache.org>
Committed: Thu Apr 19 20:31:57 2012 +0200

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/da2f5a89/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c30a89e..35abfd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <description>Wicket is a Java-based open source component web application framework.</description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jetty.version>8.1.2.v20120308</jetty.version>
+				<jetty.version>7.6.3.v20120416</jetty.version>
         <spring.version>3.0.6.RELEASE</spring.version>
         <maven.javadoc.version>2.8</maven.javadoc.version>
         <maven.surefire.version>2.11</maven.surefire.version>