Update Gerrit to 3.0.0 final release

Change-Id: I1551b25771752bd1b2b9f491a958e4a2467cd316
diff --git a/gerrit_api.bzl b/gerrit_api.bzl
index 94cab8f..dd68b84 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 = "3.0.0-rc3"
+VER = "3.0.0"
 
 def gerrit_api():
     bouncycastle_repos()
@@ -13,12 +13,12 @@
     maven_jar(
         name = "gerrit_plugin_api",
         artifact = "com.google.gerrit:gerrit-plugin-api:" + VER,
-        sha1 = "9e26912078a2b9b22e979811ad29dff161e397c1",
+        sha1 = "bc6b6291db9db8ce93ea77775dc65dd8ab0f352c",
     )
     maven_jar(
         name = "gerrit_acceptance_framework",
         artifact = "com.google.gerrit:gerrit-acceptance-framework:" + VER,
-        sha1 = "9015b1deddd5c26d68d103940989a4cabf835ea5",
+        sha1 = "7df14f1b4d63ac0d3e0e5f7126944b81fb4bd6c5",
     )
     native.bind(
         name = "gerrit-plugin-api",