From 7ab817371e533287a8ec42c03179f898d65bbae4 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 7 May 2015 12:00:47 +0900 Subject: [PATCH] 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 --- Documentation/dev-contributing.txt | 2 ++ Documentation/dev-plugins.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt index 72d7ddf1ee..b717f4e6cb 100644 --- a/Documentation/dev-contributing.txt +++ b/Documentation/dev-contributing.txt @@ -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. diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 6fc34b16cc..0790804347 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -1519,7 +1519,7 @@ must be set to `${project.build.directory}/classes/static`: org.codehaus.mojo gwt-maven-plugin - 2.5.1 + 2.7.0 com.googlesource.gerrit.plugins.myplugin.HelloPlugin true