Skip to content

Commit

Permalink
[JENKINS-8988] picking up new Stapler that fies the XML API issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 22, 2011
1 parent a1cd488 commit ce48d09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -60,7 +60,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Fixed a bug where XML API can produce malformed XML.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8988">issue 8988</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -382,7 +382,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jelly</artifactId>
<version>1.159</version>
<version>1.160</version>
<exclusions>
<exclusion>
<groupId>commons-jelly</groupId>
Expand Down

0 comments on commit ce48d09

Please sign in to comment.