From 82ded4d6754ff3f27500d68ebde3e6bc446a1f2d Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 28 Mar 2011 16:52:10 -0700 Subject: [PATCH] Using the latest Jetty to avoid a race condition that can create occasional test failures. See JETTY-1149. --- pom.xml | 6 +++--- test/pom.xml | 2 +- war/pom.xml | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 329d1ca7ea..99b3e570fe 100644 --- a/pom.xml +++ b/pom.xml @@ -241,9 +241,9 @@ THE SOFTWARE. Since some developers try to run hudson-dev:run from main, define it here so that at least the plugin resolves. This enables us to report a better error message. --> - org.jvnet.hudson.tools - maven-hudson-dev-plugin - 6.1.7 + org.jenkins-ci.tools + maven-jenkins-dev-plugin + 6.1.26-jenkins-1 - org.jvnet.hudson.tools - maven-hudson-dev-plugin - 6.1.7-hudson-1 + org.jenkins-ci.tools + maven-jenkins-dev-plugin + 6.1.26-jenkins-1 ${contextPath} + + manual ${port} @@ -152,10 +156,6 @@ THE SOFTWARE. ../core/src/main/resources true - - true default -- GitLab