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

merged back the RC branch

......@@ -72,7 +72,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.515>What's new in 1.515</a> <!--=DATE=--></h3>
<h3><a name=v1.516>What's new in 1.516</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.515>What's new in 1.515</a> (2013/05/18)</h3>
<ul class=image>
<li class=rfe>
Windows services now auto-restart in case of abnormal process termination.
......@@ -101,7 +104,6 @@ Upcoming changes</a>
Allow the combination filter to accept parameter values.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7285">issue 7285</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.514>What's new in 1.514</a> (2013/05/01)</h3>
<ul class=image>
<li class=rfe>
......
......@@ -749,6 +749,14 @@ THE SOFTWARE.
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>0.5C</forkCount>
<reuseForks>true</reuseForks>
<argLine>-XX:MaxPermSize=128m</argLine>
</configuration>
</plugin>
<plugin><!-- set main class -->
<artifactId>maven-jar-plugin</artifactId>
<!-- version specified in grandparent pom -->
......
jenkins (1.515) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Sat, 18 May 2013 21:29:37 -0700
jenkins (1.514) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册