From 92940e65fa0305723ca3d4d556405f4c5b27c3ae Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 30 Oct 2016 12:15:37 +0100 Subject: [PATCH] Build with API 2.13.2 --- VERSION | 2 +- lib/gerrit/BUCK | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8265078..52ac3af 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ # Used by BUCK to include "Implementation-Version" in plugin Manifest. # If this file doesn't exist the output of 'git describe' is used # instead. -PLUGIN_VERSION = '2.13.1' +PLUGIN_VERSION = '2.13.2' diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index 42d492c..1ae48ff 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK @@ -1,12 +1,12 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.13.1' +VER = '2.13.2' REPO = MAVEN_CENTRAL maven_jar( name = 'plugin-api', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, - sha1 = '8e12346dbb677d70987afdbec5352ff6e889a181', + sha1 = '3cdeb17c2b0f945e71135ef6abe5a1db59b9d313', license = 'Apache2.0', attach_source = False, repository = REPO,