From 5c21f12fed3df6c14bb5f0f3fecdb5712e108327 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 18 Apr 2011 13:21:22 -0700 Subject: [PATCH] RC is now 1.409 since 1.408 is going to be out-of-cycle release --- cli/pom.xml | 2 +- core/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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 13e99471e7..7b0bfc109b 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ pom org.jenkins-ci.main - 1.408-SNAPSHOT + 1.409-SNAPSHOT cli Jenkins CLI diff --git a/core/pom.xml b/core/pom.xml index 714a9df8a3..b312523739 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.408-SNAPSHOT + 1.409-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index ad92a68812..5aabb5422d 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.408-SNAPSHOT + 1.409-SNAPSHOT maven-plugin diff --git a/pom.xml b/pom.xml index c001d496dd..999cb0d48f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.408-SNAPSHOT + 1.409-SNAPSHOT pom Jenkins main module diff --git a/remoting/pom.xml b/remoting/pom.xml index f5eed8a2d8..51a445f348 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.408-SNAPSHOT + 1.409-SNAPSHOT ../pom.xml diff --git a/test/pom.xml b/test/pom.xml index 0f9ce8f6a9..71c05e0e92 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. pom org.jenkins-ci.main - 1.408-SNAPSHOT + 1.409-SNAPSHOT 4.0.0 org.jenkins-ci.main diff --git a/ui-samples-plugin/pom.xml b/ui-samples-plugin/pom.xml index db8da5012e..4b556b4799 100644 --- a/ui-samples-plugin/pom.xml +++ b/ui-samples-plugin/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.408-SNAPSHOT + 1.409-SNAPSHOT ui-samples-plugin diff --git a/war/pom.xml b/war/pom.xml index 5ecb903fe6..0d70fbd13c 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -27,7 +27,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.408-SNAPSHOT + 1.409-SNAPSHOT ../pom.xml -- GitLab