Files
gerrit/plugins
David Pursehouse 52c6ceb906 Update plugin submodules to latest revisions
Update the plugins to get the latest changes.

Core plugins:
 - Add an 'About' section in the documentation

Helloworld:
 - Fix documentation structure
 - Add an 'About' section in the documentation

Change-Id: I3a51c8c097a760af08b272b7db8cbe29f06ab817
2013-07-11 17:40:08 +09:00
..
2013-05-10 12:06:00 -07:00

If you are adding a directory here:

- Search all pom.xml files for "CORE PLUGIN LIST".
- Add the new plugin to that location.
- (optional) Thank the Maven developers for making this easy.

- Ensure the plugin's pom.xml <version> is the same as Gerrit's
  own pom.xml(s). Gerrit will only embed a plugin that has the
  same version as itself.

- Register the plugin as a submodule with git submodule.