提交 4939d15f 编写于 作者: K kohsuke

Merged revisions 22585,22587,22590,22593 via svnmerge from

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

........
  r22585 | kohsuke | 2009-10-09 17:23:03 -0700 (Fri, 09 Oct 2009) | 1 line
  
  [maven-release-plugin] prepare release hudson-1_328
........
  r22587 | kohsuke | 2009-10-09 17:23:28 -0700 (Fri, 09 Oct 2009) | 1 line
  
  [maven-release-plugin] prepare for next development iteration
........
  r22590 | kohsuke | 2009-10-09 18:00:02 -0700 (Fri, 09 Oct 2009) | 1 line
  
  updated changelog as a part of the release
........
  r22593 | kohsuke | 2009-10-09 18:36:12 -0700 (Fri, 09 Oct 2009) | 1 line
  
  generate an RPM as a part of a release
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22595 71c3de6d-444a-0410-be80-ed276b4c234a
上级 0063c6cc
......@@ -4,7 +4,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>org.jvnet.hudson.main</groupId>
<version>1.328-SNAPSHOT</version>
<version>1.329-SNAPSHOT</version>
</parent>
<artifactId>cli</artifactId>
<name>Hudson CLI</name>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.328-SNAPSHOT</version>
<version>1.329-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
hudson (1.328) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Fri, 09 Oct 2009 18:01:20 -0700
hudson (1.327) 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.328-SNAPSHOT</version>
<version>1.329-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.328-SNAPSHOT</version>
<version>1.329-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.328-SNAPSHOT</version>
<version>1.329-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin</artifactId>
......
......@@ -33,7 +33,7 @@ THE SOFTWARE.
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.328-SNAPSHOT</version>
<version>1.329-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hudson main module</name>
......
......@@ -112,3 +112,9 @@ pushd target/checkout
mvn -P sorcerer sorcerer:aggregate
rsync -avz target/site/sorcerer wsinterop.sun.com:~/public_html_hudson/
popd
# RPM
pushd rpm
./build.sh ../hudson.war
./rsync.sh
popd
......@@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.328-SNAPSHOT</version>
<version>1.329-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.328-SNAPSHOT</version>
<version>1.329-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.328-SNAPSHOT</version>
<version>1.329-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册