Build with API version 2.13 Change-Id: Idae9db054d38c8420770cd53cbee05958f6260e4
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK index a48c86e..f83d917 100644 --- a/lib/gerrit/BUCK +++ b/lib/gerrit/BUCK
@@ -1,12 +1,12 @@ include_defs('//bucklets/maven_jar.bucklet') -VER = '2.13-rc1' +VER = '2.13' REPO = MAVEN_CENTRAL maven_jar( name = 'acceptance-framework', id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER, - sha1 = '817f207b4ee175f5a6aba60ad30d6b25b35d5872', + sha1 = 'a6913a61196a8fccdb45e761f43a0b7e21867c90', license = 'Apache2.0', attach_source = False, repository = REPO, @@ -15,7 +15,7 @@ maven_jar( name = 'plugin-api', id = 'com.google.gerrit:gerrit-plugin-api:' + VER, - sha1 = '80d048ce9f99b9beba20a7b2df68a0ae32551278', + sha1 = 'e25d55b8f41627c4ae6b9d2069ec398638b219a3', license = 'Apache2.0', attach_source = False, repository = REPO,