Merge branch 'stable-2.15' into stable-2.16

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

Change-Id: Ib78c70615d6457488fffc27dcaac46b8f883d770
diff --git a/BUILD b/BUILD
index 04f201a..ca5728e 100644
--- a/BUILD
+++ b/BUILD
@@ -21,7 +21,7 @@
 )
 
 junit_tests(
-    name = "events_log_tests",
+    name = "events-log_tests",
     testonly = 1,
     srcs = glob(["src/test/java/**/*.java"]),
     tags = ["events-log"],