Update version to 2.9-SNAPSHOT in plugin archetype pom files

Also update the versions mentioned in the plugin documentation.

Change-Id: I052d65000e04d019d583b4817eef32312bd225db
This commit is contained in:
David Pursehouse 2013-10-17 23:05:08 +09:00
parent 2e99e0fb86
commit 62864b7a8a
5 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ plugin project.
---- ----
mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \ mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
-DarchetypeArtifactId=gerrit-plugin-archetype \ -DarchetypeArtifactId=gerrit-plugin-archetype \
-DarchetypeVersion=2.8-SNAPSHOT \ -DarchetypeVersion=2.9-SNAPSHOT \
-DgroupId=com.google.gerrit \ -DgroupId=com.google.gerrit \
-DartifactId=testPlugin -DartifactId=testPlugin
---- ----

View File

@ -45,12 +45,12 @@ by plugin ID.
"delete-project": { "delete-project": {
"kind": "gerritcodereview#plugin", "kind": "gerritcodereview#plugin",
"id": "delete-project", "id": "delete-project",
"version": "2.8-SNAPSHOT" "version": "2.9-SNAPSHOT"
}, },
"reviewers-by-blame": { "reviewers-by-blame": {
"kind": "gerritcodereview#plugin", "kind": "gerritcodereview#plugin",
"id": "reviewers-by-blame", "id": "reviewers-by-blame",
"version": "2.8-SNAPSHOT", "version": "2.9-SNAPSHOT",
"disabled": true "disabled": true
} }
} }

View File

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

View File

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

View File

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