Files
gerrit/plugins
Edwin Kempin 5ade5f5087 Update replication plugin
The replication is updated to include the following changes:
* a9fcff5 Create missing repositories on the remote site
* ad923e4 Support replication of project deletions

a9fcff5 is a change in behaviour of the replication plugin and a
warning about this should be added to the release notes.

Change-Id: Ic5c643c8a10b27e61e0a34fe15acfdc0cdec9c9d
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2013-09-20 09:08:24 +02:00
..
2013-09-20 09:08:24 +02:00
2013-09-18 13:13:29 -07: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.