Fix building imagare plugin Change-Id: I06ba3f0757a7332aca88a5cfad39357664ac785d
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index acb4718..262702c 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,20 +1,22 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.13-SNAPSHOT' -REPO = MAVEN_LOCAL +VER = '2.13.2' +REPO = MAVEN_CENTRAL maven_jar( name = 'plugin-api', + sha1 = '3cdeb17c2b0f945e71135ef6abe5a1db59b9d313', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, - license = 'Apache2.0', attach_source = False, repository = REPO, + license = 'Apache2.0', ) maven_jar( name = 'gwtui-api', id = 'com.google.gerrit:gerrit-plugin-gwtui:' + VER, - license = 'Apache2.0', + sha1 = 'f89723a589e42e7e593266ab3eb2e57b960be50a', attach_source = False, repository = REPO, + license = 'Apache2.0', )
diff --git a/pom.xml b/pom.xml index dfbc4fa..67877e8 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,7 +21,7 @@ <groupId>com.googlesource.gerrit.plugins.imagare</groupId> <artifactId>imagare</artifactId> <packaging>jar</packaging> - <version>2.13-SNAPSHOT</version> + <version>2.13.2</version> <name>imagare</name> <properties>