Merge branch 'stable-2.13'

* stable-2.13:
  Fix buck build, remove java_test.source_under_test

Change-Id: I461e38b772629d93c3c89edc905cd32198724112
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..092c100
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# Delete project plugin for Gerrit Code Review
+
+A plugin which allows projects to be deleted from Gerrit via an SSH command,
+REST API or the Project settings screen.
+
+[![Build Status](https://gerrit-ci.gerritforge.com/buildStatus/icon?job=plugin-delete-project-master)](https://gerrit-ci.gerritforge.com/job/plugin-delete-project-master/)
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index 9a18ddd..11b2df4 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,12 +1,11 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.13'
-REPO = MAVEN_CENTRAL
+VER = '2.14-SNAPSHOT'
+REPO = MAVEN_LOCAL
 
 maven_jar(
   name = 'plugin-api',
   id = 'com.google.gerrit:gerrit-plugin-api:' + VER,
-  sha1 = 'e25d55b8f41627c4ae6b9d2069ec398638b219a3',
   attach_source = False,
   repository = REPO,
   license = 'Apache2.0',
@@ -15,7 +14,6 @@
 maven_jar(
   name = 'acceptance-framework',
   id = 'com.google.gerrit:gerrit-acceptance-framework:' + VER,
-  sha1 = 'a6913a61196a8fccdb45e761f43a0b7e21867c90',
   license = 'Apache2.0',
   attach_source = False,
   repository = REPO,