From 11f71686881a74c6011ba2b1656a6f5053a7c5d3 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 4 Dec 2013 11:49:30 +0900 Subject: Set version to 2.8 Set the version to 2.8 in the VERSION file and in the plugin archetypes' pom files. Change-Id: I47f95e8786645ef29e31383cac97f70232882ee1 --- VERSION | 2 +- gerrit-plugin-archetype/pom.xml | 2 +- gerrit-plugin-gwt-archetype/pom.xml | 2 +- gerrit-plugin-gwtui/pom.xml | 2 +- gerrit-plugin-js-archetype/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 23c7033985..4b012812f2 100644 --- a/VERSION +++ b/VERSION @@ -2,4 +2,4 @@ # Used by :api_install and :api_deploy targets # when talking to the destination repository. # -GERRIT_VERSION = '2.8-SNAPSHOT' +GERRIT_VERSION = '2.8' diff --git a/gerrit-plugin-archetype/pom.xml b/gerrit-plugin-archetype/pom.xml index 1b335103d5..f2cffa73f2 100644 --- a/gerrit-plugin-archetype/pom.xml +++ b/gerrit-plugin-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-archetype - 2.8-SNAPSHOT + 2.8 Gerrit Code Review - Plugin Archetype diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml index 3c4dc99019..b8152d1a32 100644 --- a/gerrit-plugin-gwt-archetype/pom.xml +++ b/gerrit-plugin-gwt-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-gwt-archetype - 2.8-SNAPSHOT + 2.8 Gerrit Code Review - Web Ui GWT Plugin Archetype diff --git a/gerrit-plugin-gwtui/pom.xml b/gerrit-plugin-gwtui/pom.xml index 3c9e2ca0d4..0e2c155292 100644 --- a/gerrit-plugin-gwtui/pom.xml +++ b/gerrit-plugin-gwtui/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-gwtui - 2.8-SNAPSHOT + 2.8 Gerrit Code Review - Plugin GWT UI diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml index 681d7a95b6..ffb593728f 100644 --- a/gerrit-plugin-js-archetype/pom.xml +++ b/gerrit-plugin-js-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-js-archetype - 2.8-SNAPSHOT + 2.8 Gerrit Code Review - Web UI JavaScript Plugin Archetype -- cgit v1.2.3