Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Update Gerrit API to 2.14.7
  project.py: Python 3 compatibility

Change-Id: Iacf5a059ce9d3e3a00b2006fb1126f959e800b66
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index b6c7baf..41e243b 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.7"
+VER = "2.15-rc3"
 
 def gerrit_api():
   bouncycastle_repos()
@@ -13,18 +13,18 @@
   maven_jar(
     name = 'gerrit_plugin_api',
     artifact = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-    sha1 = '7c6b82060b7f65f8c1597c5d1fa4963658f0f0f3',
+    sha1 = '3ff4f213caee0f9b318592b75b70e4f5b52a29d8',
   )
   maven_jar(
     name = 'gerrit_plugin_gwtui',
     artifact = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
-    sha1 = '3e07fd4ce1ccd51bd8d0f293f0cfbef3da0cbe5d',
+    sha1 = 'a95be513c261b146579e5592df1f48b6017461be',
     exclude = ['com/google/gwt/*'],
   )
   maven_jar(
     name = 'gerrit_acceptance_framework',
     artifact = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
-    sha1 = 'bd8e35d3720388254824d62d0d3498216619a9f5',
+    sha1 = '5d732456f293b55f97bcc782dfce6dbc064914ff',
   )
   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()