Consume API version 2.10

Change-Id: Ibd1e626b6cd949c6dc142d3135a53951b73c4e97
diff --git a/pom.xml b/pom.xml
index 59ae40b..a49d93b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>com.googlesource.gerrit.plugins.bugzilla</groupId>
   <artifactId>its-bugzilla</artifactId>
-  <version>2.9-SNAPSHOT</version>
+  <version>2.10</version>
 
   <name>Gerrit - Bugzilla support</name>
 
diff --git a/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java b/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
index b6ff5b8..d4957cf 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
@@ -58,11 +58,6 @@
   }
 
   @Override
-  public String name() {
-    return "Bugzilla";
-  }
-
-  @Override
   public String healthCheck(final Check check) throws IOException {
       return execute(new Callable<String>(){
         @Override