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: I2d21c4fd0ea3cf30120bc937670f4ee5c263c4ec
diff --git a/BUILD b/BUILD
index 7bc451f..42e43ec 100644
--- a/BUILD
+++ b/BUILD
@@ -20,7 +20,7 @@
 )
 
 junit_tests(
-    name = "go_import_tests",
+    name = "go-import_tests",
     testonly = 1,
     srcs = glob(["src/test/java/**/*.java"]),
     tags = ["go-import"],