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: Id7c3ceeb9719b677f4d76899da3f35e45c15374d
diff --git a/WORKSPACE b/WORKSPACE
index 1ef2adc..0828c5c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -35,13 +35,10 @@
     repository = GERRIT,
 )
 
+# Load plugin API
 load(
     "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
     "gerrit_api",
 )
 
-# Load release Plugin API
 gerrit_api()
-
-# Load snapshot Plugin API
-#gerrit_api(version = "3.1.xy-SNAPSHOT")