提交 7d5489e5 编写于 作者: K kohsuke

Merged revisions 19354,19356,19379,19381,19385 via svnmerge from

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

................
  r19354 | kohsuke | 2009-07-01 21:17:46 -0700 (Wed, 01 Jul 2009) | 87 lines
  
  Merged revisions 19167-19168,19178,19183-19187,19190,19193-19194,19207,19209,19223,19236,19248,19254,19257,19338 via svnmerge from 
  https://www.dev.java.net/svn/hudson/branches/rc
  
  ........
    r19167 | kohsuke | 2009-06-23 16:08:06 -0700 (Tue, 23 Jun 2009) | 1 line
    
    merged back the changes in the RC branch
  ........
    r19168 | kohsuke | 2009-06-23 16:12:46 -0700 (Tue, 23 Jun 2009) | 1 line
    
    fixed the bug
  ........
    r19178 | swiest | 2009-06-24 02:43:21 -0700 (Wed, 24 Jun 2009) | 1 line
    
    Updated German localization of core module.
  ........
    r19183 | kohsuke | 2009-06-24 08:57:07 -0700 (Wed, 24 Jun 2009) | 1 line
    
    forgot to update this
  ........
    r19184 | kohsuke | 2009-06-24 09:06:59 -0700 (Wed, 24 Jun 2009) | 1 line
    
    fixed and improved the retry logic
  ........
    r19185 | kohsuke | 2009-06-24 09:07:49 -0700 (Wed, 24 Jun 2009) | 1 line
    
    I think this is better
  ........
    r19186 | kohsuke | 2009-06-24 09:08:02 -0700 (Wed, 24 Jun 2009) | 1 line
    
    fixed import statements
  ........
    r19187 | kohsuke | 2009-06-24 09:57:52 -0700 (Wed, 24 Jun 2009) | 3 lines
    
    WebDAV deployment from Maven was failing with VerifyError.
    
    A test case requires a webdav server, I tried Milton but couldn't make it work without the source code.
  ........
    r19190 | swiest | 2009-06-24 12:07:50 -0700 (Wed, 24 Jun 2009) | 1 line
    
    Deprecated Util.combine(long,String) method and rewrote its callers to use localizable resources.
  ........
    r19193 | sogabe | 2009-06-24 14:53:02 -0700 (Wed, 24 Jun 2009) | 2 lines
    
    Updated Japanese localization.
  ........
    r19194 | kohsuke | 2009-06-24 15:20:15 -0700 (Wed, 24 Jun 2009) | 1 line
    
    added default value support
  ........
    r19207 | kohsuke | 2009-06-24 19:50:48 -0700 (Wed, 24 Jun 2009) | 1 line
    
    recording HUDSON-2909 for 1.313
  ........
    r19209 | kohsuke | 2009-06-24 19:52:21 -0700 (Wed, 24 Jun 2009) | 1 line
    
    creating a new RC branch
  ........
    r19223 | kohsuke | 2009-06-25 10:43:06 -0700 (Thu, 25 Jun 2009) | 7 lines
    
    Replaced the icon with the one that came from the same icon set, plus hyperlinking the icon
    to Hudson Wiki so that we can be more informative.
    
    Tooltip on the icon doesn't work very well because the TD itself sets a tooltip, and
    we end up seeing the overlapped 2 tooltips (at least on my Firefox 3.0 on Ubuntu)
  ........
    r19236 | kohsuke | 2009-06-25 18:06:50 -0700 (Thu, 25 Jun 2009) | 1 line
    
    applied a patch from Jeremy (or id:endolf). See http://www.nabble.com/Build-publisher-patch-svn-access-td24164282.html
  ........
    r19248 | kohsuke | 2009-06-26 14:42:40 -0700 (Fri, 26 Jun 2009) | 1 line
    
    [maven-release-plugin] prepare release hudson-1_313
  ........
    r19254 | kohsuke | 2009-06-26 17:28:12 -0700 (Fri, 26 Jun 2009) | 1 line
    
    [maven-release-plugin] prepare for next development iteration
  ........
    r19257 | kohsuke | 2009-06-26 18:20:24 -0700 (Fri, 26 Jun 2009) | 1 line
    
    updated changelog as a part of the release
  ........
    r19338 | kohsuke | 2009-06-30 18:48:25 -0700 (Tue, 30 Jun 2009) | 1 line
    
    added maven-versions-plugin to pick up ones that got out of sync
  ........
................
  r19356 | kohsuke | 2009-07-01 21:19:27 -0700 (Wed, 01 Jul 2009) | 1 line
  
  creating a new RC branch
................
  r19379 | kohsuke | 2009-07-02 17:31:26 -0700 (Thu, 02 Jul 2009) | 1 line
  
  [maven-release-plugin] prepare release hudson-1_314
................
  r19381 | kohsuke | 2009-07-02 17:31:38 -0700 (Thu, 02 Jul 2009) | 1 line
  
  [maven-release-plugin] prepare for next development iteration
................
  r19385 | kohsuke | 2009-07-02 18:11:16 -0700 (Thu, 02 Jul 2009) | 1 line
  
  updated changelog as a part of the release
................


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19394 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1c3a47bc
......@@ -4,7 +4,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>org.jvnet.hudson.main</groupId>
<version>1.314-SNAPSHOT</version>
<version>1.315-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.314-SNAPSHOT</version>
<version>1.315-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
hudson (1.314) unstable; urgency=low
* See http://hudson.dev.java.net/changelog.html for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Thu, 02 Jul 2009 18:11:46 -0700
hudson (1.313) 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.314-SNAPSHOT</version>
<version>1.315-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.314-SNAPSHOT</version>
<version>1.315-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.314-SNAPSHOT</version>
<version>1.315-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin</artifactId>
......
......@@ -33,7 +33,7 @@ THE SOFTWARE.
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.314-SNAPSHOT</version>
<version>1.315-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.314-SNAPSHOT</version>
<version>1.315-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.314-SNAPSHOT</version>
<version>1.315-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.314-SNAPSHOT</version>
<version>1.315-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册