Skip to content

Commit

Permalink
[FIXED JENKINS-8914] fixed the JDK1.6 dependency that has crept in 1.400
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Apr 7, 2011
1 parent 34fde30 commit 04484fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -58,6 +58,9 @@
<!-- 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>)
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 04484fa

Please sign in to comment.