Build with API version 2.11.7 Change-Id: If45bdee56843936976898e22377739a55acaaf93
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index b8298c6..e48e352 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,11 +1,12 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.11' +VER = '2.11.7' REPO = MAVEN_CENTRAL maven_jar( name = 'plugin-api', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, + sha1 = 'e49e930c5c4ce74fc2c4c1cde1ddfb3ff77d0d63', attach_source = False, repository = REPO, license = 'Apache2.0', @@ -14,6 +15,7 @@ maven_jar( name = 'gwtui-api', id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER, + sha1 = '1dc70f829c0b5310141dd9bd12e1bafcda48724f', attach_source = False, repository = REPO, license = 'Apache2.0',
diff --git a/pom.xml b/pom.xml index a322717..f3eb9e2 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,7 +21,7 @@ <groupId>com.googlesource.gerrit.plugins.xdocs</groupId> <artifactId>xdocs</artifactId> <packaging>jar</packaging> - <version>2.11</version> + <version>2.11.7</version> <name>xdocs</name> <properties>