From 65b0305070bae3ea52705590d42706de970650c5 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 28 Oct 2010 02:25:52 +0000 Subject: [PATCH] Merged revisions 36181,36183,36188 via svnmerge from https://www.dev.java.net/svn/hudson/branches/rc ........ r36181 | kohsuke | 2010-10-24 06:05:54 -0700 (Sun, 24 Oct 2010) | 1 line [maven-release-plugin] prepare release hudson-1_382 ........ r36183 | kohsuke | 2010-10-24 06:06:36 -0700 (Sun, 24 Oct 2010) | 1 line [maven-release-plugin] prepare for next development iteration ........ r36188 | kohsuke | 2010-10-24 07:40:27 -0700 (Sun, 24 Oct 2010) | 1 line updated changelog as a part of the release ........ git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@36317 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 50d4d4d5ce..0631932247 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ pom org.jvnet.hudson.main - 1.382-SNAPSHOT + 1.383-SNAPSHOT cli Hudson CLI diff --git a/core/pom.xml b/core/pom.xml index 675d89ef27..51e352376e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT ../pom.xml diff --git a/debian/debian/changelog b/debian/debian/changelog index b7b8666b22..4a23666f5c 100644 --- a/debian/debian/changelog +++ b/debian/debian/changelog @@ -1,3 +1,9 @@ +hudson (1.382) unstable; urgency=low + + * See http://hudson.dev.java.net/changelog.html for more details. + + -- Kohsuke Kawaguchi Sun, 24 Oct 2010 07:37:35 -0700 + hudson (1.381) 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 4b4905a80e..4345921d48 100644 --- a/maven-agent/pom.xml +++ b/maven-agent/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT ../pom.xml diff --git a/maven-interceptor/pom.xml b/maven-interceptor/pom.xml index 8bc595343d..6ed9b8b4b7 100644 --- a/maven-interceptor/pom.xml +++ b/maven-interceptor/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 2fa4c12567..0693b6172e 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT maven-plugin diff --git a/pom.xml b/pom.xml index 1298fa1fe6..df65264e65 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT pom Hudson main module diff --git a/remoting/pom.xml b/remoting/pom.xml index 16c3543720..0a630b7a70 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT ../pom.xml diff --git a/test/pom.xml b/test/pom.xml index 46ab34a0f1..a04dd4004b 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. pom org.jvnet.hudson.main - 1.382-SNAPSHOT + 1.383-SNAPSHOT 4.0.0 org.jvnet.hudson.main diff --git a/ui-samples-plugin/pom.xml b/ui-samples-plugin/pom.xml index a89f5fb2d8..398e3d7cdd 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.382-SNAPSHOT + 1.383-SNAPSHOT ui-samples-plugin diff --git a/war/pom.xml b/war/pom.xml index e09db66cec..9e41782a0b 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.382-SNAPSHOT + 1.383-SNAPSHOT ../pom.xml -- GitLab