You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2017/04/19 13:30:46 UTC

wicket git commit: Fixed Jetty plugin version

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 307d260ce -> d647925d1


Fixed Jetty plugin version


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

Branch: refs/heads/wicket-7.x
Commit: d647925d1bbfbce0cc2fc32223f275a82181debd
Parents: 307d260
Author: Andrea Del Bene <an...@innoteam.it>
Authored: Wed Apr 19 15:29:04 2017 +0200
Committer: Andrea Del Bene <an...@innoteam.it>
Committed: Wed Apr 19 15:30:17 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/d647925d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6bbf9f8..b83a68b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
 
 		<!-- Project Versions -->
 		<jacoco.version>0.7.4.201502262128</jacoco.version>
-		<jetty.version>8.1.21.v20160908</jetty.version>
+		<jetty.version>8.1.16.v20140903</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
 		<joda-time.version>2.9.4</joda-time.version>
 		<junit.version>4.12</junit.version>