From 9eb05f1b62e3b37f2def4d1abb2c4a7e86455812 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Tue, 26 Feb 2013 20:38:52 -0800 Subject: [PATCH] the trunk is toward 1.505-SNAPSHOT --- cli/pom.xml | 2 +- core/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- plugins/pom.xml | 12 ++++++------ pom.xml | 2 +- test/pom.xml | 2 +- ui-samples-plugin/pom.xml | 2 +- war/pom.xml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 88eb35f861..9483e881fa 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -5,7 +5,7 @@ pom org.jenkins-ci.main - 1.504-SNAPSHOT + 1.505-SNAPSHOT cli diff --git a/core/pom.xml b/core/pom.xml index e174e46188..c42727f115 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.504-SNAPSHOT + 1.505-SNAPSHOT ../pom.xml diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 71310fc089..56fc62b25a 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.504-SNAPSHOT + 1.505-SNAPSHOT maven-plugin diff --git a/plugins/pom.xml b/plugins/pom.xml index 74589afb35..63e928c5ff 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -11,7 +11,7 @@ org.jenkins-ci.plugins plugin Jenkins plugin POM - 1.504-SNAPSHOT + 1.505-SNAPSHOT pom org.jenkins-ci.main maven-plugin - 1.504-SNAPSHOT + 1.505-SNAPSHOT @@ -44,25 +44,25 @@ org.jenkins-ci.main jenkins-war war - 1.504-SNAPSHOT + 1.505-SNAPSHOT test org.jenkins-ci.main jenkins-core - 1.504-SNAPSHOT + 1.505-SNAPSHOT provided org.jenkins-ci.main jenkins-test-harness - 1.504-SNAPSHOT + 1.505-SNAPSHOT test org.jenkins-ci.main ui-samples-plugin - 1.504-SNAPSHOT + 1.505-SNAPSHOT test diff --git a/pom.xml b/pom.xml index 570e01fb34..79b0d897d3 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.504-SNAPSHOT + 1.505-SNAPSHOT pom Jenkins main module diff --git a/test/pom.xml b/test/pom.xml index edae1d416a..cff94f689f 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. pom org.jenkins-ci.main - 1.504-SNAPSHOT + 1.505-SNAPSHOT org.jenkins-ci.main jenkins-test-harness diff --git a/ui-samples-plugin/pom.xml b/ui-samples-plugin/pom.xml index 2e6d14c112..02cbb60d19 100644 --- a/ui-samples-plugin/pom.xml +++ b/ui-samples-plugin/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.504-SNAPSHOT + 1.505-SNAPSHOT ui-samples-plugin diff --git a/war/pom.xml b/war/pom.xml index 56cc8e37f3..2c25fe578c 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.504-SNAPSHOT + 1.505-SNAPSHOT ../pom.xml -- GitLab