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/24 14:58:33 UTC

[27/50] [abbrv] 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'

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/1e5a5e2b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1e5a5e2b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1e5a5e2b

Branch: refs/heads/master
Commit: 1e5a5e2b89170a736ff0654b56628148530044de
Parents: 2bbe1e7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Jun 14 14:20:43 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jun 24 14:56:33 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/1e5a5e2b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 637854c..9756569 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>