提交 4cefed93 编写于 作者: 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.427>What's new in 1.427</a> <!--=DATE=--></h3>
<h3><a name=v1.428>What's new in 1.428</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.427>What's new in 1.427</a> (2011/08/19)</h3>
<ul class=image>
<li class='major bug'>
Builds failing while archiving test result if build is running in different VM (e.g. IBM J9) than Jenkins is
......@@ -135,7 +138,6 @@ Upcoming changes</a>
Fixed unclear text for Tabs with no jobs
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9330">issue 9330</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.426>What's new in 1.426</a> (2011/08/15)</h3>
<ul class=image>
<li class=bug>
......
jenkins (1.427) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Fri, 19 Aug 2011 10:18:04 -0700
jenkins (1.426) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
......
......@@ -14,7 +14,7 @@ PACKAGEMAKER="$DEV_DIR/Applications/Utilities/PackageMaker.app/Contents/MacOS/Pa
# Get the Jenkins version number
cp "$1" $(dirname $0)/jenkins.war.tmp
if [ -z "$2" ]; then
version=$(unzip -p $(dirname $0)/jenkins.war.tmp META-INF/MANIFEST.MF | grep Implementation-Version | cut -d ' ' -f2 | tr - . | tr -d '\r' | sed -e "s/-SNAPSHOT//")
version=$(unzip -p $(dirname $0)/jenkins.war.tmp META-INF/MANIFEST.MF | grep Implementation-Version | cut -d ' ' -f2 | tr -d '\r' | sed -e "s/-SNAPSHOT//" | tr - . )
else
version="$2"
fi
......
......@@ -99,7 +99,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-26</version>
<version>0.9.10-jenkins-27</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册