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: I73a33cfbe2ca842e0959ca955875ec9c07443cae
diff --git a/BUILD b/BUILD
index b5eba83..6d0c450 100644
--- a/BUILD
+++ b/BUILD
@@ -22,7 +22,7 @@
 )
 
 junit_tests(
-    name = "high_availability_tests",
+    name = "high-availability_tests",
     srcs = glob(["src/test/java/**/*.java"]),
     resources = glob(["src/test/resources/**/*"]),
     tags = [