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/06/14 13:22:17 UTC

wicket git commit: Revert Jetty version to 8.1.16 because there is no 8.1.17 of jetty-maven-plugin. This breaks 'mvn jetty:run'

Repository: wicket
Updated Branches:
  refs/heads/master e9944ee2b -> 3594d1c61


Revert Jetty version to 8.1.16 because there is no 8.1.17 of jetty-maven-plugin. This breaks 'mvn jetty:run'


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

Branch: refs/heads/master
Commit: 3594d1c61fa98772e8b947b07955fd60e5dea041
Parents: e9944ee
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Jun 14 14:20:43 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun Jun 14 14:20:43 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/3594d1c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 643d8d3..25ab75e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
 
 		<!-- Project Versions -->
 		<jacoco.version>0.7.4.201502262128</jacoco.version>
-		<jetty.version>8.1.17.v20150415</jetty.version>
+		<jetty.version>8.1.16.v20140903</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
 		<joda-time.version>2.7</joda-time.version>
 		<junit.version>4.12</junit.version>