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/04/22 10:57:18 UTC

[3/5] git commit: Update Jetty 7.x to 7.6.15

Update Jetty 7.x to 7.6.15


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

Branch: refs/heads/wicket-6.x
Commit: 66de7a3e24e4c7c95ff638399d5f3edf2d271f6c
Parents: 9b1f125
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Apr 22 11:50:35 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Apr 22 11:52:11 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/66de7a3e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 344eaca..153583c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,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>7.6.3.v20120416</jetty.version>
+		<jetty.version>7.6.15.v20140411</jetty.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>