Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Upgrade bazlets to latest stable-3.0 to build with 3.0.11 API
  Remove the commented-out snapshot plugin api lines

Change-Id: Ia07ac1a892d5cc8101367974fb587a3beb831a75
diff --git a/WORKSPACE b/WORKSPACE
index 94acf22..ea1757b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -35,11 +35,7 @@
     repository = GERRIT,
 )
 
-# Plugin APIs
+# Load plugin API
 load("@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", "gerrit_api")
 
-# To build against a local api snapshot jar, simply add the `version` parameter
-# to the below `gerrit_api` macro, like:
-#
-# gerrit_api(version="3.1.7-SNAPSHOT")
 gerrit_api()