Skip to content

Commit

Permalink
[FIXED JENKINS-9882] integrated a newer version of Winstone with the …
Browse files Browse the repository at this point in the history
…fix.

(cherry picked from commit 8eb264c)

Conflicts:

	changelog.html
  • Loading branch information
kohsuke authored and vjuranek committed May 23, 2012
1 parent f481b19 commit 5a28f6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -58,6 +58,9 @@
<li class=bug>
Flag -U is not used during the parsing step of a Maven Job
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-8663">issue 8663</a>)
<li class=bug>
Fixed a file handle leak in serving static content
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13097">issue 13097</a>)
<li class=bug>
Quiet period is blocking other jobs in queue.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12994">issue 12994</a>)
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -99,7 +99,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-35</version>
<version>0.9.10-jenkins-36</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5a28f6a

Please sign in to comment.