提交 fbac7226 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-8914] fixed the JDK1.6 dependency that has crept in 1.400

上级 fa9ef96d
......@@ -60,6 +60,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Fixed JDK1.6 dependency that has crept into the core in 1.400
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8914">issue 8914</a>)
<li class=bug>
When both "block build when upstream/downstream is building" are checked, the upstream block check wasn't taking effect.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8968">issue 8968</a>)
......
......@@ -738,9 +738,9 @@ THE SOFTWARE.
<version>3.2.7</version>
</dependency>
<dependency>
<groupId>javax.jmdns</groupId>
<groupId>org.jenkins-ci</groupId>
<artifactId>jmdns</artifactId>
<version>3.4.0</version>
<version>3.4.0-jenkins-1</version>
</dependency>
<dependency>
<groupId>com.sun.winsw</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册