Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  [project.py] Add bazel --batch option
  [project.py] Fix typo

Change-Id: I637a023487bc17271d6563473dc84c86f4e77e7c
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 5c2e893..18a8332 100644
--- a/gerrit_api.bzl
+++ b/gerrit_api.bzl
@@ -5,7 +5,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "2.14.6"
+VER = "2.15-rc2"
 
 def gerrit_api():
   bouncycastle_repos()
@@ -13,17 +13,17 @@
   maven_jar(
     name = 'gerrit_plugin_api',
     artifact = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-    sha1 = '0bcd16415c9f2cd2e51c5d6f8b0939b5742b69cd',
+    sha1 = '94e790fe528717e8226a77f492d0a247f2add805',
   )
   maven_jar(
     name = 'gerrit_plugin_gwtui',
     artifact = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
-    sha1 = 'ccf9fe33a759c247339ab096ac505013aed27a17',
+    sha1 = '70a4f5fc469ed6fd09a912f92ec91d424649922d',
   )
   maven_jar(
     name = 'gerrit_acceptance_framework',
     artifact = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
-    sha1 = 'a4054a28d79cc4d9b00613ff9d31876243b21e2e',
+    sha1 = '3ea95229d14c2a24a49356bbd06d67eae5e8a0f7',
   )
   native.bind(
     name = 'gerrit-plugin-api',
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index f703240..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.7-SNAPSHOT"
+VER = "2.15-SNAPSHOT"
 
 def gerrit_api_maven_local():
   bouncycastle_repos()