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 \
-DarchetypeArtifactId=gerrit-plugin-archetype \
-DarchetypeVersion=2.8-SNAPSHOT \
-DarchetypeVersion=2.9-SNAPSHOT \
-DgroupId=com.google.gerrit \
-DartifactId=testPlugin
----

View File

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

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.9-SNAPSHOT</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.9-SNAPSHOT</version>
<name>Gerrit Code Review - Web Ui GWT Plugin Archetype</name>
<properties>

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.9-SNAPSHOT</version>
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
<properties>