Skip to content

Commit

Permalink
[FIXED JENKINS-20071] Upgrade bundled versions of credentials and ssh…
Browse files Browse the repository at this point in the history
…-slaves so we can assume <c:select/> available
  • Loading branch information
stephenc committed Oct 16, 2013
1 parent 86fe60e commit 58af1d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class='rfe'>
Upgrade bundled plugin versions: ssh-slaves to 1.5, and credentials to 1.9.1
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20071">issue 20071</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
4 changes: 2 additions & 2 deletions war/pom.xml
Expand Up @@ -269,13 +269,13 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ssh-slaves</artifactId>
<version>1.4</version>
<version>1.5</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>1.8.3</version>
<version>1.9.1</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
Expand Down

0 comments on commit 58af1d6

Please sign in to comment.