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

merged back the RC branch

Conflicts:
	changelog.html
......@@ -94,7 +94,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.454>What's new in 1.455</a> <!--=DATE=--></h3>
<h3><a name=v1.456>What's new in 1.456</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.455>What's new in 1.455</a> (2012/03/12)</h3>
<ul class=image>
<li class=bug>
Fixed a regression in 1.453 with IE9
......@@ -127,7 +130,6 @@ Upcoming changes</a>
<li class=rfe>
<tt>java -jar jenkins.war</tt> now uses the HTTP only session cookie that's more robust against XSS vulnerability.
</ul>
</div><!--=END=-->
<h3><a name=v1.454>What's new in 1.454</a> (2012/03/05)</h3>
<ul class=image>
<li class=bug>
......
jenkins (1.455) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Mon, 12 Mar 2012 10:06:59 -0700
jenkins (1.454) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
......
......@@ -10,7 +10,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<name>Jenkins plugin POM</name>
<version>1.455-SNAPSHOT</version>
<version>1.456-SNAPSHOT</version>
<packaging>pom</packaging>
<!--
......@@ -33,7 +33,7 @@
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.455-SNAPSHOT</version>
<version>1.456-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
......@@ -43,25 +43,25 @@
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<type>war</type>
<version>1.455-SNAPSHOT</version>
<version>1.456-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>1.455-SNAPSHOT</version>
<version>1.456-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1.455-SNAPSHOT</version>
<version>1.456-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>ui-samples-plugin</artifactId>
<version>1.455-SNAPSHOT</version>
<version>1.456-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册