From f30b01f01f82c2ee44c27e8003bb4b6a3b471d93 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 13 Jun 2016 14:54:19 -0700 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- cli/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 4 ++-- test/pom.xml | 2 +- war/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 9550376d11..0ee2aae04e 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.main pom - 2.9 + 2.10-SNAPSHOT cli diff --git a/core/pom.xml b/core/pom.xml index 6f8e8b4164..9015609e2d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.9 + 2.10-SNAPSHOT jenkins-core diff --git a/pom.xml b/pom.xml index 394c45999f..a993351838 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.9 + 2.10-SNAPSHOT pom Jenkins main module @@ -58,7 +58,7 @@ THE SOFTWARE. scm:git:git://github.com/jenkinsci/jenkins.git scm:git:ssh://git@github.com/jenkinsci/jenkins.git https://github.com/jenkinsci/jenkins - jenkins-2.9 + HEAD diff --git a/test/pom.xml b/test/pom.xml index 9be146ab51..1ec04473af 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.9 + 2.10-SNAPSHOT test diff --git a/war/pom.xml b/war/pom.xml index 363d0d8275..8ba37bb3a8 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.9 + 2.10-SNAPSHOT jenkins-war -- GitLab