Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Integrated a newer version of remoting & args4j
  • Loading branch information
kohsuke committed Mar 20, 2015
1 parent 6f4b467 commit 72e0b9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,15 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Jenkins CLI doesn't handle arguments with equal signs
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21160">issue 21160</a>)
<li class=bug>
master/slave communication ping reacts badly if a clock jumps.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21251">issue 21251</a>)
<li class=rfe>
JNLP slaves can now connect to master through HTTP proxy.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-6167">issue 21251</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v1.605>What's new in 1.605</a> (2015/03/16)</h3>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -190,7 +190,7 @@ THE SOFTWARE.
<dependency><!-- JENKINS-21160: remoting also depends on args4j, please update accordingly -->
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.0.23</version>
<version>2.0.31</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -176,7 +176,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.49</version>
<version>2.50</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 72e0b9c

Please sign in to comment.