From 90c6cc3172a21c64b1a33515f266201ea63a7b6e Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Sun, 10 Aug 2014 17:58:25 -0700 Subject: [PATCH] the trunk is toward 1.577-SNAPSHOT --- cli/pom.xml | 2 +- core/pom.xml | 2 +- plugins/pom.xml | 8 ++++---- pom.xml | 2 +- test/pom.xml | 4 ++-- war/pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index ee43a0c9c3..3d1d84c6ce 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -5,7 +5,7 @@ pom org.jenkins-ci.main - 1.576-SNAPSHOT + 1.577-SNAPSHOT cli diff --git a/core/pom.xml b/core/pom.xml index bc83964194..ea75e9c25f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.576-SNAPSHOT + 1.577-SNAPSHOT ../pom.xml diff --git a/plugins/pom.xml b/plugins/pom.xml index 7915676440..7fd56cef9d 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -11,7 +11,7 @@ org.jenkins-ci.plugins plugin Jenkins plugin POM - 1.576-SNAPSHOT + 1.577-SNAPSHOT pom false false - + diff --git a/war/pom.xml b/war/pom.xml index eec9ccd250..d1dcd0198e 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci.main pom - 1.576-SNAPSHOT + 1.577-SNAPSHOT ../pom.xml -- GitLab