Replace property name
diff --git a/build.gradle b/build.gradle
index e5a7915..34c5f4e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,13 +23,13 @@
 jar {
   manifest {
     attributes(
-      'Gerrit-PluginName': baseName, 
+      'Gerrit-PluginName': name, 
       'Gerrit-ApiType': apiType,
       'Gerrit-ApiVersion': apiVersion,
       'Gerrit-Module': 'com.googlesource.gerrit.plugins.rabbitmq.Module',
       'Implementation-Vendor': 'Gerrit Code Review',
       'Implementation-URL': 'http://code.google.com/p/gerrit/',
-      'Implementation-Title': "${apiType} ${baseName}",
+      'Implementation-Title': "${apiType} ${name}",
       'Implementation-Version' : version,
       'Created-By': 'rinrinne (rinrin.ne@gmail.com)'
     )