Use 2.13-SNAPSHOT Gerrit plugin API
Change-Id: Id4baae11e272534fec9a2a60ad33472813f6c161
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 4179430..f039215 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,11 @@
include_defs('//bucklets/maven_jar.bucklet')
-VER = '2.12.2'
-REPO = MAVEN_CENTRAL
+VER = '2.13-SNAPSHOT'
+REPO = MAVEN_LOCAL
maven_jar(
name = 'plugin-api',
id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
- sha1 = '621012e67c64774d9743d7c7c8b0cae0998fae0d',
attach_source = False,
repository = REPO,
license = 'Apache2.0',
diff --git a/pom.xml b/pom.xml
index 4bf0f74..0c61ba6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>com.googlesource.gerrit.plugins.quota</groupId>
<artifactId>quota</artifactId>
<packaging>jar</packaging>
- <version>2.12.2</version>
+ <version>2.13-SNAPSHOT</version>
<name>quota</name>
<properties>