diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 11f7721da0..af087477dc 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -38,7 +38,7 @@ plugin project. ---- 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 0c69f7d4db..2cc80f0b51 100644 --- a/Documentation/rest-api-plugins.txt +++ b/Documentation/rest-api-plugins.txt @@ -45,12 +45,12 @@ by plugin ID. "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 6a132bb5e2..23c7033985 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 401f126f18..1b335103d5 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.9-SNAPSHOT + 2.8-SNAPSHOT Gerrit Code Review - Plugin Archetype diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml index 56e6c95a37..3c4dc99019 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.9-SNAPSHOT + 2.8-SNAPSHOT Gerrit Code Review - Web Ui GWT Plugin Archetype diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml index eb32b11dca..681d7a95b6 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.9-SNAPSHOT + 2.8-SNAPSHOT Gerrit Code Review - Web UI JavaScript Plugin Archetype