Build against API version 2.13.2
Change-Id: Ieca1482f147aec231d0d106421bf51a35503ada7
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/BUCK b/BUCK
index a8b98dc..aebbaf3 100644
--- a/BUCK
+++ b/BUCK
@@ -8,7 +8,7 @@
manifest_entries = [
'Gerrit-PluginName: labelui',
'Gerrit-ApiType: plugin',
- 'Gerrit-ApiVersion: 2.12.6',
+ 'Gerrit-ApiVersion: 2.13.2',
'Gerrit-Module: com.googlesource.gerrit.plugins.labelui.Module',
'Gerrit-HttpModule: com.googlesource.gerrit.plugins.labelui.HttpModule',
],
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index b0f67e5..262702c 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,11 +1,11 @@
include_defs('//bucklets/maven_jar.bucklet')
-VER = '2.12.6'
+VER = '2.13.2'
REPO = MAVEN_CENTRAL
maven_jar(
name = 'plugin-api',
- sha1 = '2256f4aea112d3b5ff7e17a70e74140b7fe860ab',
+ sha1 = '3cdeb17c2b0f945e71135ef6abe5a1db59b9d313',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
attach_source = False,
repository = REPO,
@@ -15,7 +15,7 @@
maven_jar(
name = 'gwtui-api',
id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER,
- sha1 = '0ae509d4f157b7352690da489436c34e3ca262d6',
+ sha1 = 'f89723a589e42e7e593266ab3eb2e57b960be50a',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
diff --git a/pom.xml b/pom.xml
index c597f20..d99afef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>com.googlesource.gerrit.plugins.labelui</groupId>
<artifactId>labelui</artifactId>
<packaging>jar</packaging>
- <version>2.12.6</version>
+ <version>2.13.2</version>
<name>labelui</name>
<properties>