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:
parent
2e99e0fb86
commit
62864b7a8a
@ -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
|
||||
----
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user