Skip to content

Commit

Permalink
[FIXED JENKINS-22730] Bump remoting to match Jenkins LTS
Browse files Browse the repository at this point in the history
Swarm nodes are offlined by Jenkins with the following message:

    "This node is offline because it uses old slave.jar"

Therefore we bump the version of the remoting library to match the one
used in Jenkins LTS (1.544.1).
  • Loading branch information
Peter Jönsson committed May 31, 2014
1 parent d5b2b87 commit a6f7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.32</version>
<version>2.36</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down

0 comments on commit a6f7f6f

Please sign in to comment.