Merge branch 'stable-2.14'

* stable-2.14:
  Set local API version to 2.14.1-SNAPSHOT

Change-Id: I1d06e8e5cb89df1408c36bd7240d02bd7e2cab08
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index 05b38dc..b1fe421 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.14.1-SNAPSHOT"
+VER = "2.15-SNAPSHOT"
 
 def gerrit_api_maven_local():
   bouncycastle_repos()