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

merged back the RC branch

......@@ -57,7 +57,10 @@ Upcoming changes</a>
<!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.389>What's new in 1.389</a> <!--=DATE=--></h3>
<h3><a name=v1.390>What's new in 1.390</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.389>What's new in 1.389</a> (2010/12/11)</h3>
<ul class=image>
<li class=rfe>
Hide executors for offline nodes to conserve space in Build Executors Status list.
......@@ -66,7 +69,6 @@ Upcoming changes</a>
throw AccessDeniedException if "Authentication Token" is invalid.
(<a href="http://hudson.361315.n4.nabble.com/-td3069369.html">hudson-ja</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.388>What's new in 1.388</a> (2010/12/04)</h3>
<ul class=image>
<li class=bug>
......
hudson (1.389) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Sat, 11 Dec 2010 22:05:31 -0800
hudson (1.388) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
......
......@@ -11,7 +11,7 @@
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>plugin</artifactId>
<name>Hudson plugin POM</name>
<version>1.388</version>
<version>1.389</version>
<packaging>pom</packaging>
<properties>
......@@ -39,7 +39,7 @@
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.388</version>
<version>1.389</version>
</dependency>
</dependencies>
</dependencyManagement>
......@@ -49,25 +49,25 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-war</artifactId>
<type>war</type>
<version>1.388</version>
<version>1.389</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-core</artifactId>
<version>1.388</version>
<version>1.389</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-test-harness</artifactId>
<version>1.388</version>
<version>1.389</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>ui-samples-plugin</artifactId>
<version>1.388</version>
<version>1.389</version>
<scope>test</scope>
</dependency>
<dependency>
......@@ -98,7 +98,7 @@
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.388</version>
<version>1.389</version>
</dependency>
</dependencies>
</dependencyManagement-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册