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
This commit is contained in:
David Pursehouse 2013-12-04 11:49:30 +09:00
parent f4ec5aff61
commit 11f7168688
5 changed files with 5 additions and 5 deletions

View File

@ -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'

View File

@ -20,7 +20,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-archetype</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.8</version>
<name>Gerrit Code Review - Plugin Archetype</name>
<properties>

View File

@ -20,7 +20,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.8</version>
<name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
<properties>

View File

@ -21,7 +21,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-gwtui</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.8</version>
<name>Gerrit Code Review - Plugin GWT UI</name>
<description>

View File

@ -20,7 +20,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-plugin-js-archetype</artifactId>
<version>2.8-SNAPSHOT</version>
<version>2.8</version>
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
<properties>