Build against API version 2.12.5

Change-Id: Icc562fd63393eb321d8203f77e0a951d09ed1cdd
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 0a0b2bc..04406f8 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.12'
+VER = '2.12.5'
 REPO = MAVEN_CENTRAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = '8ce1f6e65078bbcf03a1758f96b3ebca19b7fe3c',
+  sha1 = '456b8ed836cdcba672f94f397f09a67bcfbe54a7',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,
diff --git a/pom.xml b/pom.xml
index b3d3fc8..5565b6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,12 +21,12 @@
   <groupId>com.google.gerrit</groupId>
   <artifactId>project-download-commands</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>2.12.5</version>
   <name>project-download-commands</name>
 
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
-    <Gerrit-ApiVersion>2.9</Gerrit-ApiVersion>
+    <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
   </properties>
 
   <build>