提交 cf6bfd7a 编写于 作者: K kohsuke

Merged revisions 31054,31056,31060 via svnmerge from

https://www.dev.java.net/svn/hudson/branches/rc

........
  r31054 | kohsuke | 2010-05-14 21:03:35 -0700 (Fri, 14 May 2010) | 1 line
  
  [maven-release-plugin] prepare release hudson-1_358
........
  r31056 | kohsuke | 2010-05-14 21:03:49 -0700 (Fri, 14 May 2010) | 1 line
  
  [maven-release-plugin] prepare for next development iteration
........
  r31060 | kohsuke | 2010-05-14 21:56:00 -0700 (Fri, 14 May 2010) | 1 line
  
  updated changelog as a part of the release
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@31065 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4e72f92b
......@@ -4,7 +4,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>org.jvnet.hudson.main</groupId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
</parent>
<artifactId>cli</artifactId>
<name>Hudson CLI</name>
......
......@@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -126,11 +126,11 @@ THE SOFTWARE.
</tstamp>
<property name="build.type" value="private" /> <!-- override for "rc" build -->
<pathconvert property="version.rc">
<path path="${version}"/>
<chainedmapper><flattenmapper/><globmapper from="*-SNAPSHOT" to="*-RC"/></chainedmapper>
<path path="${version}" />
<chainedmapper><flattenmapper /><globmapper from="*-SNAPSHOT" to="*-RC" /></chainedmapper>
</pathconvert>
<condition property="build.version" value="${version.rc} (${now})">
<equals arg1="${build.type}" arg2="rc"/>
<equals arg1="${build.type}" arg2="rc" />
</condition>
<property name="build.version" value="${version} (${build.type}-${now}-${user.name})" />
<!-- default to release version -->
......
hudson (1.358) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Fri, 14 May 2010 21:54:00 -0700
hudson (1.357) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin</artifactId>
......
......@@ -33,7 +33,7 @@ THE SOFTWARE.
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hudson main module</name>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<artifactId>pom</artifactId>
<groupId>org.jvnet.hudson.main</groupId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hudson.main</groupId>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
</parent>
<artifactId>ui-samples-plugin</artifactId>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.358-SNAPSHOT</version>
<version>1.359-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册