Skip to content

Commit

Permalink
[Fixed JENKINS-21155] Update Swarm plugin to use Jenkins 1.480.3
Browse files Browse the repository at this point in the history
The older dependency on Jenkins 1.424 does not include the latest
versions of the Apache commons httpclient, so it fails on some
remote procedures with codec related messages.
  • Loading branch information
Mark Waite authored and Mark Waite committed Jan 13, 2014
1 parent 5335494 commit 45f9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.424</version>
<version>1.480.3</version>
</parent>

<artifactId>swarm-plugin</artifactId>
Expand Down

0 comments on commit 45f9af6

Please sign in to comment.