提交 9ce4d7c3 编写于 作者: K Kohsuke Kawaguchi

merged back the RC branch

......@@ -77,7 +77,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.431>What's new in 1.431</a> <!--=DATE=--></h3>
<h3><a name=v1.432>What's new in 1.432</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.431>What's new in 1.431</a> (2011/09/19)</h3>
<ul class=image>
<li class=bug>
Jenkins unable to start if the /tmp/jna catalogue exists and is owned by a different user
......@@ -92,7 +95,6 @@ Upcoming changes</a>
Add "un/check all" buttons on matrix-based security.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7565">issue 7565</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.430>What's new in 1.430</a> (2011/09/11)</h3>
<ul class=image>
<li class=bug>
......
jenkins (1.431) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Mon, 19 Sep 2011 18:27:10 -0700
jenkins (1.430) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
......
......@@ -75,7 +75,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>javadoc</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
......
......@@ -63,7 +63,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ant</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
......
......@@ -235,13 +235,13 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ant</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>javadoc</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册