diff --git a/changelog.html b/changelog.html index a07bb6c40c250bef9b9c4e614b1516ae630ebc24..95abae95836f355d7ef53879a70b24f1a9733a74 100644 --- a/changelog.html +++ b/changelog.html @@ -71,6 +71,11 @@ Upcoming changes
  • Breadcrumb bar moves away from header when scrolling past end of page on OS X. (issue 19803) +
  • + "java -jar jenkins.war" now runs on Jetty8. Command line options are still compatible. + (issue 18366) +
  • + "java -jar jenkins.war" gets the "--spdy" option to enable SPDY. diff --git a/pom.xml b/pom.xml index 7cff659191288833c286eace8eab11443f87e7b5..d2def83e6788d6cb0dd167ada100ba6fec40289b 100644 --- a/pom.xml +++ b/pom.xml @@ -630,6 +630,9 @@ THE SOFTWARE. 1.${java.level} + + org.eclipse.jetty.spdy.* + @@ -654,7 +657,7 @@ THE SOFTWARE. org.codehaus.mojo extra-enforcer-rules - 1.0-alpha-5 + 1.0-beta-1+kohsuke diff --git a/war/pom.xml b/war/pom.xml index c9d24474d5fc6cbe08bbc2a088fa986ddc7c86e5..7c6e23c89dc37ed79bec272da8b84f1b09b29e3e 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -51,7 +51,7 @@ THE SOFTWARE. org.jenkins-ci executable-war - 1.28 + 1.29 provided @@ -103,7 +103,7 @@ THE SOFTWARE. --> org.jenkins-ci winstone - 0.9.10-jenkins-47 + 2.0 test