gerrit/plugins
David Pursehouse 63a0464b08 Merge branch 'stable-2.11'
* stable-2.11:
  Update 2.11.1 release notes
  Update version to 2.10.5
  Release notes for 2.10.5
  Update reviewnotes plugin to latest revision
  Bump JGit to v4.0.0.201506090130-r
  Allow to push a tag that points to a non-commit object
  ChangeKindCacheImpl: Assume REWORK if we hit LargeObjectException
  Fixed regression caused by the defaultValue feature

Change-Id: I48f61a872c523fdce4f523ebc08dba75a57add52
2015-06-12 18:06:13 +09:00
..
commit-message-length-validator@8d295ed48e Update commit-message-length-validator plugin to latest revision 2015-05-19 17:35:58 +09:00
cookbook-plugin@a93641db50 Update the cookbook plugin revision 2015-04-17 16:56:05 +09:00
download-commands@c0f1b84e49 Retrieve clone commands from /config/server/info REST endpoint 2015-06-09 15:48:07 +02:00
replication@e8fbfe3cd9 Update replication plugin to latest revision 2015-06-04 16:57:08 +09:00
reviewnotes@5d6522a4ad Merge branch 'stable-2.11' 2015-06-12 18:06:13 +09:00
singleusergroup@082bf62238 Update the singleusergroup plugin version 2015-02-12 15:24:42 +01:00
BUCK Buck: Make deps to $(exe :foo) and $(location :bar) implicitly 2014-06-10 07:29:42 +00:00
README Ensure core plugins are bundled by Maven 2013-05-06 15:36:46 -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.