Merge branch 'stable-3.0'

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

Change-Id: Ib25c8f36b54960d9790b1698e8d19d3e09a0210b
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 = [