Revert unwanted commits accidentally included from master

Commit 3e019c2 was accidentally based on a commit on the master
branch, and caused a couple of commits from master to be included
in stable-2.8:

- "Update VERSION file to 2.9-SNAPSHOT"
- "Update version to 2.9-SNAPSHOT in plugin archetype pom files"

This reverts commit 8914d9ddf0acda15df3861dcc2a0ca10bd94ceca.
This reverts commit 62864b7a8a9e2ce7828234c1de181342ccfdde8b.

Change-Id: Idfd195061228274557035a0a6035bbd656ec693c
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index 11f7721..af08747 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -38,7 +38,7 @@
 ----
 mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
     -DarchetypeArtifactId=gerrit-plugin-archetype \
-    -DarchetypeVersion=2.9-SNAPSHOT \
+    -DarchetypeVersion=2.8-SNAPSHOT \
     -DgroupId=com.google.gerrit \
     -DartifactId=testPlugin
 ----
diff --git a/Documentation/rest-api-plugins.txt b/Documentation/rest-api-plugins.txt
index 0c69f7d..2cc80f0 100644
--- a/Documentation/rest-api-plugins.txt
+++ b/Documentation/rest-api-plugins.txt
@@ -45,12 +45,12 @@
     "delete-project": {
       "kind": "gerritcodereview#plugin",
       "id": "delete-project",
-      "version": "2.9-SNAPSHOT"
+      "version": "2.8-SNAPSHOT"
     },
     "reviewers-by-blame": {
       "kind": "gerritcodereview#plugin",
       "id": "reviewers-by-blame",
-      "version": "2.9-SNAPSHOT",
+      "version": "2.8-SNAPSHOT",
       "disabled": true
     }
   }
diff --git a/VERSION b/VERSION
index 6a132bb..23c7033 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.9-SNAPSHOT'
+GERRIT_VERSION = '2.8-SNAPSHOT'
diff --git a/gerrit-plugin-archetype/pom.xml b/gerrit-plugin-archetype/pom.xml
index 401f126..1b33510 100644
--- a/gerrit-plugin-archetype/pom.xml
+++ b/gerrit-plugin-archetype/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>com.google.gerrit</groupId>
   <artifactId>gerrit-plugin-archetype</artifactId>
-  <version>2.9-SNAPSHOT</version>
+  <version>2.8-SNAPSHOT</version>
   <name>Gerrit Code Review - Plugin Archetype</name>
 
   <properties>
diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml
index 56e6c95..3c4dc99 100644
--- a/gerrit-plugin-gwt-archetype/pom.xml
+++ b/gerrit-plugin-gwt-archetype/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>com.google.gerrit</groupId>
   <artifactId>gerrit-plugin-gwt-archetype</artifactId>
-  <version>2.9-SNAPSHOT</version>
+  <version>2.8-SNAPSHOT</version>
   <name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
 
   <properties>
diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml
index eb32b11..681d7a9 100644
--- a/gerrit-plugin-js-archetype/pom.xml
+++ b/gerrit-plugin-js-archetype/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>com.google.gerrit</groupId>
   <artifactId>gerrit-plugin-js-archetype</artifactId>
-  <version>2.9-SNAPSHOT</version>
+  <version>2.8-SNAPSHOT</version>
   <name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
 
   <properties>