Merge branch 'stable-2.8'

* stable-2.8:
  Fix JAR manifest claiming it is Commons IO project

Change-Id: Ie122fc40f10ad89271a9959f4bc599cedd9001ab
diff --git a/BUCK b/BUCK
index 0018323..db23cd9 100644
--- a/BUCK
+++ b/BUCK
@@ -3,6 +3,8 @@
   srcs = glob(['src/main/java/**/*.java']),
   resources = glob(['src/main/resources/**/*']),
   manifest_entries = [
+    'Implementation-Title: Replication plugin',
+    'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/replication',
     'Gerrit-PluginName: replication',
     'Gerrit-Module: com.googlesource.gerrit.plugins.replication.ReplicationModule',
     'Gerrit-SshModule: com.googlesource.gerrit.plugins.replication.SshModule'