From 6e2a00eb8bdd58186b261a81279015994f46a95d Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Sun, 2 Apr 2017 18:15:20 -0700 Subject: [PATCH] [maven-release-plugin] prepare release jenkins-2.53 --- 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 bdb58ddeb4..d33aa29cb6 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.main pom - 2.53-SNAPSHOT + 2.53 cli diff --git a/core/pom.xml b/core/pom.xml index 0225545fac..2efba027dc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.53-SNAPSHOT + 2.53 jenkins-core diff --git a/pom.xml b/pom.xml index d7bba8bda5..0462833201 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.53-SNAPSHOT + 2.53 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 - HEAD + jenkins-2.53 diff --git a/test/pom.xml b/test/pom.xml index cdbf266692..2211557ba2 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.53-SNAPSHOT + 2.53 test diff --git a/war/pom.xml b/war/pom.xml index fcb995f186..5532f8a8f5 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 2.53-SNAPSHOT + 2.53 jenkins-war -- GitLab