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 2015/05/03 08:42:37 UTC

wicket git commit: Upgrade Jetty for wicket-examples to 8.1.17

Repository: wicket
Updated Branches:
  refs/heads/master ce5167998 -> 6c1f469c6


Upgrade Jetty for wicket-examples to 8.1.17


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

Branch: refs/heads/master
Commit: 6c1f469c6359509c09df4a835cdb1022b62ac3fd
Parents: ce51679
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun May 3 09:41:52 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun May 3 09:42:23 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/6c1f469c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a0e8bf8..d28c9ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
 		<!-- Project Versions -->
 		<mvn.build.java.version>1.7</mvn.build.java.version>
 		<jacoco.version>0.7.4.201502262128</jacoco.version>
-		<jetty.version>8.1.16.v20140903</jetty.version>
+		<jetty.version>8.1.17.v20150415</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
 		<joda-time.version>2.7</joda-time.version>
 		<junit.version>4.12</junit.version>