Files
gerrit/plugins
David Pursehouse b2b2f67009 Update replication plugin to latest revision
To get the following fixes and updates:

- Never replicate automerge-cache commits
- Fix failure to create to missing remote repository via git://
- Improve info logging related to repository creation and deletion
- Clarify replication of refs/meta/config when refspec is 'all refs'
- Differentiate error logs for local and remote repository errors

Change-Id: I349b5fdfce4e726e7162926eaebe31269795f460
2014-01-29 20:36:14 +09: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.