Merge branch 'stable-2.13'

* stable-2.13:
  Build with API version 2.13-rc1
  Fix Implementation-URL in manifest

Change-Id: I345cecbb2c0f794b54d37f86b8b2520fe91c3122
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index a48c86e..8d5f0e9 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,11 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.13-rc1'
-REPO = MAVEN_CENTRAL
+VER = '2.14-SNAPSHOT'
+REPO = MAVEN_LOCAL
 
 maven_jar(
   name = 'acceptance-framework',
   id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
-  sha1 = '817f207b4ee175f5a6aba60ad30d6b25b35d5872',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,
@@ -15,7 +14,6 @@
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = '80d048ce9f99b9beba20a7b2df68a0ae32551278',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,