From ceda2c5ca09bfe6e8cb7a601a8b9f33fa3838c69 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 20 Jul 2009 20:56:55 +0000 Subject: [PATCH] Merged revisions 19831,19833,19836 via svnmerge from https://www.dev.java.net/svn/hudson/branches/rc ........ r19831 | kohsuke | 2009-07-17 18:36:33 -0700 (Fri, 17 Jul 2009) | 1 line [maven-release-plugin] prepare release hudson-1_316 ........ r19833 | kohsuke | 2009-07-17 18:36:46 -0700 (Fri, 17 Jul 2009) | 1 line [maven-release-plugin] prepare for next development iteration ........ r19836 | kohsuke | 2009-07-17 19:06:51 -0700 (Fri, 17 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@19974 71c3de6d-444a-0410-be80-ed276b4c234a --- cli/pom.xml | 2 +- core/pom.xml | 2 +- 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 +- war/pom.xml | 2 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 4692ec9b1d..21ed95b2e3 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ pom org.jvnet.hudson.main - 1.316-SNAPSHOT + 1.317-SNAPSHOT cli Hudson CLI diff --git a/core/pom.xml b/core/pom.xml index a6cd07a38c..767368120c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT ../pom.xml diff --git a/debian/changelog b/debian/changelog index 0c2c9867af..8a34ff550e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hudson (1.316) unstable; urgency=low + + * See http://hudson.dev.java.net/changelog.html for more details. + + -- Kohsuke Kawaguchi Fri, 17 Jul 2009 19:07:25 -0700 + hudson (1.315) 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 5733c5f468..b75530bf3a 100644 --- a/maven-agent/pom.xml +++ b/maven-agent/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT ../pom.xml diff --git a/maven-interceptor/pom.xml b/maven-interceptor/pom.xml index c90db4c182..c5dc424938 100644 --- a/maven-interceptor/pom.xml +++ b/maven-interceptor/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 4109dd0e48..3fc24b95cd 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT maven-plugin diff --git a/pom.xml b/pom.xml index 8f279bb77f..b02b775b36 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT pom Hudson main module diff --git a/remoting/pom.xml b/remoting/pom.xml index 325da7945d..7dd1164cf4 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT ../pom.xml diff --git a/test/pom.xml b/test/pom.xml index ce6c1c83b7..5cf58aa5ae 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. pom org.jvnet.hudson.main - 1.316-SNAPSHOT + 1.317-SNAPSHOT 4.0.0 org.jvnet.hudson.main diff --git a/war/pom.xml b/war/pom.xml index fb6e04cce7..2fe71324ff 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jvnet.hudson.main pom - 1.316-SNAPSHOT + 1.317-SNAPSHOT ../pom.xml -- GitLab