Consume API version 2.10

Update the API version in both the BUCK file and pom.xml

Change-Id: I5bab8d8a672886d23c2d4b9179254ba44aa50eaf
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 11051b2..80c9229 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,7 +1,7 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.10-SNAPSHOT'
-REPO = MAVEN_LOCAL
+VER = '2.10'
+REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
diff --git a/pom.xml b/pom.xml
index 9bd7a98..abe8787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <version>0.1</version>
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
-    <Gerrit-ApiVersion>2.9-SNAPSHOT</Gerrit-ApiVersion>
+    <Gerrit-ApiVersion>2.10</Gerrit-ApiVersion>
   </properties>
 
   <build>