Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Set snapshot version to 3.0.11-SNAPSHOT
  Add repository rule to provide gerrit api version
  Update Gerrit API to 3.0.10
  Update Gerrit API to 2.16.21
  Update Gerrit API to 2.15.19
  Update Gerrit API to 2.14.21

Change-Id: Iad7329938dd192cb6c8f96b72ae217e67b8a43fe
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index af6d6a5..4a08627 100644
--- a/gerrit_api.bzl
+++ b/gerrit_api.bzl
@@ -7,7 +7,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "3.0.10"
+VER = "3.1.6"
 
 def gerrit_api():
     gerrit_api_version(
@@ -21,12 +21,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "90df648d9ef9e1a953e253972d9922fc1b753f83",
+        sha1 = "e57f6465c9805f568082bffffd61a2771f10d68a",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "9c30ee281fa9016d460d16dd08a87ef16cedbf84",
+        sha1 = "ebfd50383f8593678b451c81dbc332db8e8da188",
     )
     native.bind(
         name = "gerrit-plugin-api",
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index 8c13011..7e9817b 100644
--- a/gerrit_api_maven_local.bzl
+++ b/gerrit_api_maven_local.bzl
@@ -7,7 +7,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "3.0.11-SNAPSHOT"
+VER = "3.1.7-SNAPSHOT"
 
 def gerrit_api_maven_local():
     gerrit_api_version(