From 7932a7ed454037eda652b48a07afe7066e462485 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 3 Nov 2010 23:04:47 +0000 Subject: [PATCH] Merged revisions 36437,36439,36443 via svnmerge from https://www.dev.java.net/svn/hudson/branches/rc ........ r36437 | kohsuke | 2010-10-29 17:39:53 -0700 (Fri, 29 Oct 2010) | 1 line [maven-release-plugin] prepare release hudson-1_383 ........ r36439 | kohsuke | 2010-10-29 17:40:05 -0700 (Fri, 29 Oct 2010) | 1 line [maven-release-plugin] prepare for next development iteration ........ r36443 | kohsuke | 2010-10-29 18:48:26 -0700 (Fri, 29 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@36611 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 0631932247..3f7ed52d1c 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ pom org.jvnet.hudson.main - 1.383-SNAPSHOT + 1.384-SNAPSHOT cli Hudson CLI diff --git a/core/pom.xml b/core/pom.xml index 485c716368..2095002476 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT ../pom.xml diff --git a/debian/debian/changelog b/debian/debian/changelog index 4a23666f5c..eb16fe5259 100644 --- a/debian/debian/changelog +++ b/debian/debian/changelog @@ -1,3 +1,9 @@ +hudson (1.383) unstable; urgency=low + + * See http://hudson.dev.java.net/changelog.html for more details. + + -- Kohsuke Kawaguchi Fri, 29 Oct 2010 18:43:47 -0700 + hudson (1.382) 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 4345921d48..189c66e70a 100644 --- a/maven-agent/pom.xml +++ b/maven-agent/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT ../pom.xml diff --git a/maven-interceptor/pom.xml b/maven-interceptor/pom.xml index 6ed9b8b4b7..ebba815c1a 100644 --- a/maven-interceptor/pom.xml +++ b/maven-interceptor/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 0693b6172e..0ebe78145d 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT maven-plugin diff --git a/pom.xml b/pom.xml index df65264e65..f8a7b685ea 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT pom Hudson main module diff --git a/remoting/pom.xml b/remoting/pom.xml index 0a630b7a70..39b32f8ad5 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT ../pom.xml diff --git a/test/pom.xml b/test/pom.xml index a04dd4004b..c3d0e4d7ed 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. pom org.jvnet.hudson.main - 1.383-SNAPSHOT + 1.384-SNAPSHOT 4.0.0 org.jvnet.hudson.main diff --git a/ui-samples-plugin/pom.xml b/ui-samples-plugin/pom.xml index 398e3d7cdd..32f1242936 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.383-SNAPSHOT + 1.384-SNAPSHOT ui-samples-plugin diff --git a/war/pom.xml b/war/pom.xml index 9e41782a0b..42d5cbb2c2 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.383-SNAPSHOT + 1.384-SNAPSHOT ../pom.xml -- GitLab