dev-plugins: fix GWT version in example pom.xml

GWT was updated to 2.7.0 some time ago, but the example still
shows 2.5.1.

Also update the checklist for GWT updates, so that this does not
get missed next time.

Change-Id: I9c6f37cb538e442fc392087f5c0e6432abe29697
This commit is contained in:
David Pursehouse 2015-05-07 12:00:47 +09:00
parent 6b36f3603e
commit 7ab817371e
2 changed files with 3 additions and 1 deletions

View File

@ -334,6 +334,8 @@ to be updated or at least checked.
plugins that have a dependency on GWT.
* Update the GWT version in the archetype metadata in the
`gerrit-plugin-gwt-archetype`.
* Update the version of `gwt-maven-plugin` in the example pom.xml file in
link:dev-plugins.html[dev-plugins].
* Update to the same GWT version in the `gwtjsonrpc` project, and release a
new version.

View File

@ -1519,7 +1519,7 @@ must be set to `${project.build.directory}/classes/static`:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.7.0</version>
<configuration>
<module>com.googlesource.gerrit.plugins.myplugin.HelloPlugin</module>
<disableClassMetadata>true</disableClassMetadata>