Add a checklist of updates needed when upgrading GWT

We recently updated GWT to 2.7.0 and a few things got missed.

Add a checklist to prevent it from happening again.

Change-Id: I3af7db2dbd0174391c301df3096731bfb1d3d802
This commit is contained in:
David Pursehouse 2014-12-19 15:27:35 +09:00
parent aea7c84a90
commit 607b110087

View File

@ -323,6 +323,18 @@ Fixes that are known to be needed for a particular release should be pushed
for review on that release's stable branch. It will then be included in
the master branch when the stable branch is merged back.
=== Updating to new version of GWT
When updating to a new version of GWT, there are several things that also need
to be updated or at least checked.
* Update common and plugin dependencies in `tools/gwt-constants.defs`.
* Update to the same GWT version in the cookbook plugin and optionally in other
plugins that have a dependency on GWT.
* Update the GWT version in the archetype metadata in the
`gerrit-plugin-gwt-archetype`.
* Update to the same GWT version in the `gwtjsonrpc` project, and release a
new version.
GERRIT
------