Update plugin API to 2.11-SNAPSHOT Change-Id: Ied0a67e3a71413bbf2e892467f4f6ba7c62d117d
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index 11051b2..89c75df 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,6 +1,6 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.10-SNAPSHOT' +VER = '2.11-SNAPSHOT' REPO = MAVEN_LOCAL maven_jar(
diff --git a/pom.xml b/pom.xml index 44b8fbd..1168d8b 100644 --- a/pom.xml +++ b/pom.xml
@@ -25,7 +25,7 @@ <version>1.0</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> - <Gerrit-ApiVersion>2.10-SNAPSHOT</Gerrit-ApiVersion> + <Gerrit-ApiVersion>2.11-SNAPSHOT</Gerrit-ApiVersion> </properties> <build>