From 65656c1630cef620895aa9763323b476ed9c1ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Wed, 1 Mar 2017 19:20:54 +0100 Subject: [PATCH] Towards 2.46.1 --- 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 91c4cd86b9..5e08491262 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.main pom - 2.46 + 2.46.1-SNAPSHOT cli diff --git a/core/pom.xml b/core/pom.xml index d054e545f0..46c07ae68d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.46 + 2.46.1-SNAPSHOT jenkins-core diff --git a/pom.xml b/pom.xml index e7473ff8ed..249afc7bef 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.46 + 2.46.1-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.46 + HEAD diff --git a/test/pom.xml b/test/pom.xml index d5f8d599ef..53cdb1bdd8 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.46 + 2.46.1-SNAPSHOT test diff --git a/war/pom.xml b/war/pom.xml index d6643ccddc..1c6614e045 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.46 + 2.46.1-SNAPSHOT jenkins-war -- GitLab