Merge branch 'stable-2.13'

* stable-2.13:
  Show more fields in ls-users command
  Add options to filter by active flag in ls-users command
  Escape double dashes in documentation

Change-Id: Ibf4d331e983eef1e63bac4e40e2fb7a01738de21
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2c9d9b4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Admin-console plugin
+
+Gerrit plugin to provide information via SSH commands to Gerrit Administrators.
+
+[![Build Status](https://gerrit-ci.gerritforge.com/view/Plugins-master/job/plugin-admin-console-master/badge/icon)](https://gerrit-ci.gerritforge.com/view/Plugins-master/job/plugin-admin-console-master/)
\ No newline at end of file
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index f1b581e..13d4832 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',