Merge branch 'stable-2.11' into stable-2.12

* stable-2.11:
  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: Ie23ff4282f5b49a54f7043a4e932a4d18f2b5ef8
diff --git a/Documentation/config-sso.txt b/Documentation/config-sso.txt
index 561309b..897ca29 100644
--- a/Documentation/config-sso.txt
+++ b/Documentation/config-sso.txt
@@ -64,7 +64,7 @@
 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
diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt
index 4e82507..bdd2a68 100644
--- a/Documentation/dev-design.txt
+++ b/Documentation/dev-design.txt
@@ -342,7 +342,7 @@
 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
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 4959ced..4a5c0bd 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -221,7 +221,7 @@
 
 Google Web Toolkit:
 
-* http://code.google.com/webtoolkit/download.html[Download]
+* http://www.gwtproject.org/download.html[Download]
 
 Apache SSHD:
 
diff --git a/lib/BUCK b/lib/BUCK
index b118dbc..ee4edd7 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -80,8 +80,8 @@
 
 maven_jar(
   name = 'jsch',
-  id = 'com.jcraft:jsch:0.1.53',
-  sha1 = '658b682d5c817b27ae795637dfec047c63d29935',
+  id = 'com.jcraft:jsch:0.1.54',
+  sha1 = 'da3584329a263616e277e15462b387addd1b208d',
   license = 'jsch',
 )