David Pursehouse 39f88c65b9 Update the revision of the replication plugin
To get the following changes:

- Rename WrappedLogger to ReplicationStateLogger
- Retry replications failed due to "failed to lock" errors
- Do not retry replications with UnknownHostKey

Change-Id: I726dc5d8ca99bc41cbb08ab3e87469544b0623bb
2014-02-19 16:39:52 +09:00
..
2014-01-08 08:48:54 +01: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.