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

merged back the RC branch

......@@ -48,7 +48,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.395>What's new in 1.395</a> <!--=DATE=--></h3>
<h3><a name=v1.396>What's new in 1.396</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.395>What's new in 1.395</a> (2011/01/21)</h3>
<ul class=image>
<li class=bug>
Do not chmod/chown symlink targets in /var/lib/hudson (debian package)
......@@ -80,7 +83,6 @@ Upcoming changes</a>
Improved the error diagnosis if a build fails because of the slave connectivity problem.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-5073">issue 5073</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.394>What's new in 1.394</a> (2011/01/15)</h3>
<ul class=image>
<li class=bug> Parsing poms fails if a module is a path to a pom (and not to a directory)
......
hudson (1.395) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Fri, 21 Jan 2011 23:33:06 -0800
hudson (1.394) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
......
......@@ -10,7 +10,7 @@
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>plugin</artifactId>
<name>Hudson plugin POM</name>
<version>1.394</version>
<version>1.395</version>
<packaging>pom</packaging>
<properties>
......@@ -38,7 +38,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.394</version>
<version>1.395</version>
</dependency>
</dependencies>
</dependencyManagement>
......@@ -48,25 +48,25 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-war</artifactId>
<type>war</type>
<version>1.394</version>
<version>1.395</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-core</artifactId>
<version>1.394</version>
<version>1.395</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-test-harness</artifactId>
<version>1.394</version>
<version>1.395</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>ui-samples-plugin</artifactId>
<version>1.394</version>
<version>1.395</version>
<scope>test</scope>
</dependency>
<dependency>
......@@ -97,7 +97,7 @@
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.394</version>
<version>1.395</version>
</dependency>
</dependencies>
</dependencyManagement-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册