Merge branch 'stable-2.15'

* stable-2.15:
  Use bazel-cache instead of buck-cache
  Use bazel-cache instead of buck-cache
  Update Gerrit API to 2.14.8
  Upgrade API version to 2.15.1
  Upgrade API version to 2.15 final release
  Set Gerrit API snapshot version to 2.14.8-SNAPSHOT

Change-Id: Idd6420e011b2e2e842b54fb7011f47ebc139eae6
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index b1fe421..c294e0a 100644
--- a/gerrit_api_maven_local.bzl
+++ b/gerrit_api_maven_local.bzl
@@ -5,7 +5,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "2.15-SNAPSHOT"
+VER = "2.16-SNAPSHOT"
 
 def gerrit_api_maven_local():
   bouncycastle_repos()