Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Align tests target name prefix with plugin name
  Upgrade bazlets to latest stable-2.15 to build with 2.15.14 API

Change-Id: I1d1c4292995fba24431e904716e504b6bc60ba19
diff --git a/BUILD b/BUILD
index e059c74..71d7272 100644
--- a/BUILD
+++ b/BUILD
@@ -71,7 +71,7 @@
 )
 
 junit_tests(
-    name = "gc_conductor_tests",
+    name = "gc-conductor_tests",
     srcs = glob(["src/test/java/**/*.java"]),
     resources = glob(["src/test/resources/**/*"]),
     tags = [