Merge branch 'stable-2.5'

* stable-2.5:
  Update versions of included core plugins for Gerrit 2.5 release
  Finalize release notes for Gerrit 2.5

Change-Id: Ia13b273aba31b5b6dd94e8d1df2443a4cedb7a2c
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2012-10-31 22:23:14 +01:00
commit d19be975e2
2 changed files with 4 additions and 1 deletions

View File

@ -1833,6 +1833,9 @@ which is added to the change. Using any of the download commands to
fetch this new patch set failed with 'Couldn't find remote ref' because
no ref for the new patch set was created.
* link:http://code.google.com/p/gerrit/issues/detail?id=1626[issue 1626]:
Fix NullPointerException on cherry-pick if `changeMerge.test` is enabled
* link:http://code.google.com/p/gerrit/issues/detail?id=1491[issue 1491]:
Fix nested submodule updates

View File

@ -43,7 +43,7 @@ limitations under the License.
<dependency>
<groupId>com.googlesource.gerrit.plugins.replication</groupId>
<artifactId>replication</artifactId>
<version>1.0-rc2</version>
<version>1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>