Build against API version 2.12.6 Change-Id: I665b5b72700f82515f401e33938b8baa181969a9
diff --git a/BUCK b/BUCK index a807191..a8b98dc 100644 --- a/BUCK +++ b/BUCK
@@ -8,7 +8,7 @@ manifest_entries = [ 'Gerrit-PluginName: labelui', 'Gerrit-ApiType: plugin', - 'Gerrit-ApiVersion: 2.12-SNAPSHOT', + 'Gerrit-ApiVersion: 2.12.6', '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 ae59eba..b0f67e5 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,10 +1,11 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.12-SNAPSHOT' -REPO = MAVEN_LOCAL +VER = '2.12.6' +REPO = MAVEN_CENTRAL maven_jar( name = 'plugin-api', + sha1 = '2256f4aea112d3b5ff7e17a70e74140b7fe860ab', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, attach_source = False, repository = REPO, @@ -14,6 +15,7 @@ maven_jar( name = 'gwtui-api', id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER, + sha1 = '0ae509d4f157b7352690da489436c34e3ca262d6', attach_source = False, repository = REPO, license = 'Apache2.0',
diff --git a/pom.xml b/pom.xml index a59d8f6..c597f20 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-SNAPSHOT</version> + <version>2.12.6</version> <name>labelui</name> <properties>