From c99d41c7676c57bf779d82302d1fac3f4e47fe0f Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 19 Sep 2010 21:26:44 +0000 Subject: [PATCH] Merged revisions 34987,34989,34993 via svnmerge from https://www.dev.java.net/svn/hudson/branches/rc ........ r34987 | kohsuke | 2010-09-19 00:09:34 -0700 (Sun, 19 Sep 2010) | 1 line [maven-release-plugin] prepare release hudson-1_377 ........ r34989 | kohsuke | 2010-09-19 00:24:38 -0700 (Sun, 19 Sep 2010) | 1 line [maven-release-plugin] prepare for next development iteration ........ r34993 | kohsuke | 2010-09-19 01:41:57 -0700 (Sun, 19 Sep 2010) | 1 line updated changelog as a part of the release ........ git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@35014 71c3de6d-444a-0410-be80-ed276b4c234a --- cli/pom.xml | 2 +- core/pom.xml | 2 +- debian/debian/changelog | 6 ++++++ maven-agent/pom.xml | 2 +- maven-interceptor/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- pom.xml | 2 +- remoting/pom.xml | 2 +- test/pom.xml | 2 +- ui-samples-plugin/pom.xml | 2 +- war/pom.xml | 2 +- 11 files changed, 16 insertions(+), 10 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 490ed3beae..d34806892a 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ pom org.jvnet.hudson.main - 1.377-SNAPSHOT + 1.378-SNAPSHOT cli Hudson CLI diff --git a/core/pom.xml b/core/pom.xml index 10c1ee042a..1f909575bb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT ../pom.xml diff --git a/debian/debian/changelog b/debian/debian/changelog index e3aa9084bf..713ee1c0f6 100644 --- a/debian/debian/changelog +++ b/debian/debian/changelog @@ -1,3 +1,9 @@ +hudson (1.377) unstable; urgency=low + + * See http://hudson.dev.java.net/changelog.html for more details. + + -- Kohsuke Kawaguchi Sun, 19 Sep 2010 01:39:09 -0700 + hudson (1.376) unstable; urgency=low * See http://hudson.dev.java.net/changelog.html for more details. diff --git a/maven-agent/pom.xml b/maven-agent/pom.xml index 18983ec9a6..1bee898a3e 100644 --- a/maven-agent/pom.xml +++ b/maven-agent/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT ../pom.xml diff --git a/maven-interceptor/pom.xml b/maven-interceptor/pom.xml index c29b83cdd7..b42157b847 100644 --- a/maven-interceptor/pom.xml +++ b/maven-interceptor/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 00dd42f086..c328a2946b 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT maven-plugin diff --git a/pom.xml b/pom.xml index 7581cdda49..3194cbfc56 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT pom Hudson main module diff --git a/remoting/pom.xml b/remoting/pom.xml index fa8ea7d91d..0da1769392 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT ../pom.xml diff --git a/test/pom.xml b/test/pom.xml index 0829ad16a7..4469c0fce8 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. pom org.jvnet.hudson.main - 1.377-SNAPSHOT + 1.378-SNAPSHOT 4.0.0 org.jvnet.hudson.main diff --git a/ui-samples-plugin/pom.xml b/ui-samples-plugin/pom.xml index df1e3ffc37..6849ba05e7 100644 --- a/ui-samples-plugin/pom.xml +++ b/ui-samples-plugin/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT ui-samples-plugin diff --git a/war/pom.xml b/war/pom.xml index aecffde9ae..c878d98380 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.377-SNAPSHOT + 1.378-SNAPSHOT ../pom.xml -- GitLab