提交 8a4bedd0 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-9679] integrated remoting 2.21 that contains the fix.

上级 0cef4135
...@@ -62,7 +62,11 @@ Upcoming changes</a> ...@@ -62,7 +62,11 @@ Upcoming changes</a>
<!-- these changes are controlled by the release process. DO NOT MODIFY --> <!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=--> <div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.499>What's new in 1.499</a> <!--=DATE=--></h3> <h3><a name=v1.499>What's new in 1.499</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=--> <ul class=image>
<li class=bug>
Fixed <tt>NoClassDefFoundError: Base64</tt> with the <tt>-jnlpCredentials</tt> option.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9679">issue 9679</a>)
</ul>
</div><!--=END=--> </div><!--=END=-->
<h3><a name=v1.498>What's new in 1.498</a> (2013/01/07)</h3> <h3><a name=v1.498>What's new in 1.498</a> (2013/01/07)</h3>
<!--=RC-CHANGES=--> <!--=RC-CHANGES=-->
......
...@@ -197,7 +197,7 @@ THE SOFTWARE. ...@@ -197,7 +197,7 @@ THE SOFTWARE.
<dependency> <dependency>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId> <artifactId>remoting</artifactId>
<version>2.20</version> <version>2.21</version>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册