Skip to content

Commit

Permalink
[FIXED JENKINS-9615]
Browse files Browse the repository at this point in the history
Integrated a fix made in Stapler.
  • Loading branch information
kohsuke committed Oct 27, 2012
1 parent 97b0eba commit d56ba24
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 @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
JENKINS_HOME can be now on UNC path (like \\server\mount\dir)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9615">issue 9615</a>)
<li class=bug>
Deleting deeply nested directories could fail on Windows in Java 6.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15418">issue 15418</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.

<properties>
<staplerFork>true</staplerFork>
<stapler.version>1.198</stapler.version>
<stapler.version>1.199</stapler.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d56ba24

Please sign in to comment.