Merge branch 'stable-2.12' into stable-2.13

* stable-2.12:
  Set version to 2.11.11
  Replace links to code.google.com/p/gerrit
  Update issue tracker URL in documentation
  Update issue tracker URL in POM files
  Bump jsch to 0.54
  Update jsch to 0.1.53
  Bump Jsch to 1.52

Change-Id: Ie20058fcee683d51b186cdc3ca5e288b01bff537
This commit is contained in:
David Pursehouse 2018-02-27 11:26:42 +09:00
commit a251e1ed19
4 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ Users wishing to link an alternative identity should *NOT* log in separately
with that identity. Doing so will result in a new account being created, and
subsequent attempts to link that account with the existing account will fail.
In cases where this happens, the administrator will need to manually merge the
accounts. See link:https://code.google.com/p/gerrit/wiki/SqlMergeUserAccounts[
accounts. See link:https://gerrit.googlesource.com/homepage/+/md-pages/docs/SqlMergeUserAccounts.md[
Merging Gerrit User Accounts] on the Gerrit Wiki for details.
Linking another identity is also useful for users whose primary OpenID provider

View File

@ -342,7 +342,7 @@ automate interfaces may make it impossible for non-browser agents
to be used with the JSON-RPC interface.
* link:http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html[JSON-RPC 1.1]
* link:http://code.google.com/p/gerrit/source/browse/README?repo=gwtjsonrpc&name=master[XSRF JSON-RPC]
* link:https://gerrit.googlesource.com/gwtjsonrpc/+/master/README[XSRF JSON-RPC]
== Privacy Considerations

View File

@ -221,7 +221,7 @@ the browser and on the server side.
Google Web Toolkit:
* http://code.google.com/webtoolkit/download.html[Download]
* http://www.gwtproject.org/download.html[Download]
Apache SSHD:

View File

@ -108,8 +108,8 @@ maven_jar(
maven_jar(
name = 'jsch',
id = 'com.jcraft:jsch:0.1.53',
sha1 = '658b682d5c817b27ae795637dfec047c63d29935',
id = 'com.jcraft:jsch:0.1.54',
sha1 = 'da3584329a263616e277e15462b387addd1b208d',
license = 'jsch',
)